complexType "OrderFill"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
executionDateTime (defined in OrderFill complexType),
orderId (defined in OrderFill complexType),
price (defined in OrderFill complexType),
size (defined in OrderFill complexType)
All Direct / Indirect Based Elements (2):
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="OrderFill">
<xsd:sequence>
<xsd:element minOccurs="0" name="orderId" type="NormalizedString"/>
<xsd:element minOccurs="0" name="fillId" type="NormalizedString"/>
<xsd:element minOccurs="0" name="size" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="price" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="executionDateTime" type="xsd:dateTime"/>
<xsd:element minOccurs="0" name="counterpartyReference" type="PartyReference"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
counterpartyReference
Type:
PartyReference, empty content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="counterpartyReference" type="PartyReference"/>

executionDateTime
Type:
xsd:dateTime, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="executionDateTime" type="xsd:dateTime"/>

fillId
Type:
NormalizedString, simple content
Simple Content
xsd:normalizedString
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="fillId" type="NormalizedString"/>

orderId
Type:
NormalizedString, simple content
Simple Content
xsd:normalizedString
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="orderId" type="NormalizedString"/>

price
Type:
xsd:decimal, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="price" type="xsd:decimal"/>

size
Type:
xsd:decimal, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="size" type="xsd:decimal"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.