group "NetAndOrGross.model"
Namespace:
Content:
Defined:
globally in fpml-doc-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
net | (gross, net?)
Content Model Elements (3):
gross,
net (in principalAmount in principal in instrumentTradeDetails),
net (in principalAmount in principal in instrumentTradeDetails)
Known Usage Locations
Annotation
A group including a net and/or a gross amount.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="NetAndOrGross.model">
<xsd:choice>
<xsd:element name="net" type="xsd:decimal"/>
<xsd:sequence>
<xsd:element name="gross" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="net" type="xsd:decimal"/>
</xsd:sequence>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
gross
Type:
xsd:decimal, predefined, simple content
Value excluding fees and commissions.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="gross" type="xsd:decimal"/>

net
Type:
xsd:decimal, predefined, simple content
Value including fees and commissions.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="net" type="xsd:decimal"/>

net
Type:
xsd:decimal, predefined, simple content
Value including fees and commissions.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="net" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.