diagram |
|
namespace |
http://impl.platform.rosettahub.com/ |
type |
extension of tns:cloudArtifactInfo |
properties |
base | tns:cloudArtifactInfo |
|
children |
artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags linkedArtifactUids location marketplaceId orders productId tokenUid |
used by |
|
source |
<xsd:complexType name="productInfo">
<xsd:complexContent>
<xsd:extension base="tns:cloudArtifactInfo">
<xsd:sequence>
<xsd:element name="linkedArtifactUids" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="location" type="xs:string" minOccurs="0"/>
<xsd:element name="marketplaceId" type="xs:string" minOccurs="0"/>
<xsd:element name="orders" type="tns:orderInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="productId" type="xs:string" minOccurs="0"/>
<xsd:element name="tokenUid" type="xs:string" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |