complexType "MarginTerm"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
marginTerm
Known Usage Locations
Annotation
Margin Terms can be defined as they apply to Variation Margin and/or Segregated Independent Amount. For Variation Margin Terms a threshold, minimumTransferAmount and transferRounding are defined. For Segregated Independent Amount it is only necessary to provide a minimumTransferAmount and transferRounding.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="MarginTerm">
<xsd:sequence>
<xsd:element minOccurs="0" name="currency" type="Currency"/>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="variationMargin" type="VariationMarginTerm"/>
<xsd:element minOccurs="0" name="segregatedIndependentAmount" type="SegregatedIndependentAmountMarginTerm"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
currency
Type:
Currency, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="currency" type="Currency"/>

segregatedIndependentAmount
Type:
XML Source (see within schema source)
<xsd:element minOccurs="0" name="segregatedIndependentAmount" type="SegregatedIndependentAmountMarginTerm"/>

segregatedIndependentAmount
Type:
segregated independent amount terms
XML Source (w/o annotations (1); see within schema source)

variationMargin
Type:
VariationMarginTerm, complex content
variation margin terms
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="variationMargin" type="VariationMarginTerm"/>

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