complexType orderInfo
diagram PlatformServices_p5789.png
namespace http://impl.platform.rosettahub.com/
children creationTime customerEmail customerLogin orderId quantity
used by
element productInfo/orders
source <xsd:complexType name="orderInfo">
 
<xsd:sequence>
   
<xsd:element name="creationTime" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="customerEmail" type="xs:string" minOccurs="0"/>
   
<xsd:element name="customerLogin" type="xs:string" minOccurs="0"/>
   
<xsd:element name="orderId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="quantity" type="xs:int"/>
 
</xsd:sequence>
</xsd:complexType>

element orderInfo/creationTime
diagram PlatformServices_p5790.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="creationTime" type="xs:dateTime" minOccurs="0"/>

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

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

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

element orderInfo/quantity
diagram PlatformServices_p5794.png
type xsd:int
properties
content simple
source <xsd:element name="quantity" type="xs:int"/>

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