diagram | |||
namespace | http://impl.platform.rosettahub.com/ | ||
children | creationTime customerEmail customerLogin orderId quantity | ||
used by |
|
||
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> |
diagram | |||||||
type | xsd:dateTime | ||||||
properties |
|
||||||
source | <xsd:element name="creationTime" type="xs:dateTime" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="customerEmail" type="xs:string" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="customerLogin" type="xs:string" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="orderId" type="xs:string" minOccurs="0"/> |
diagram | |||
type | xsd:int | ||
properties |
|
||
source | <xsd:element name="quantity" type="xs:int"/> |