complexType productInfo
diagram PlatformServices_p5888.png
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
element getProductsResponse/return
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>

element productInfo/linkedArtifactUids
diagram PlatformServices_p5889.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="linkedArtifactUids" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element productInfo/location
diagram PlatformServices_p5890.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="location" type="xs:string" minOccurs="0"/>

element productInfo/marketplaceId
diagram PlatformServices_p5891.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="marketplaceId" type="xs:string" minOccurs="0"/>

element productInfo/orders
diagram PlatformServices_p5892.png
type tns:orderInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children creationTime customerEmail customerLogin orderId quantity
source <xsd:element name="orders" type="tns:orderInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element productInfo/productId
diagram PlatformServices_p5893.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="productId" type="xs:string" minOccurs="0"/>

element productInfo/tokenUid
diagram PlatformServices_p5894.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="tokenUid" type="xs:string" minOccurs="0"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy