group "NovationAmountsOld.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
(novatedAmount+, remainingAmount*) | (novatedNumberOfOptions, remainingNumberOfOptions?) | (novatedNumberOfUnits, remainingNumberOfUnits?)
Content Model Elements (6):
novatedAmount, novatedNumberOfOptions, novatedNumberOfUnits, remainingAmount, remainingNumberOfOptions, remainingNumberOfUnits
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xsd:group name="NovationAmountsOld.model">
<xsd:choice>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="novatedAmount" type="Money"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="remainingAmount" type="Money"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="novatedNumberOfOptions" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="remainingNumberOfOptions" type="xsd:decimal"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="novatedNumberOfUnits" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="remainingNumberOfUnits" type="xsd:decimal"/>
</xsd:sequence>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/6)
novatedAmount
Type:
Money, complex content
The amount which represents the portion of the Old Contract being novated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="novatedAmount" type="Money"/>

novatedNumberOfOptions
Type:
xsd:decimal, predefined, simple content
The number of options which represent the portion of the Old Contract being novated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="novatedNumberOfOptions" type="xsd:decimal"/>

novatedNumberOfUnits
Type:
xsd:decimal, predefined, simple content
The number of options which represent the portion of the Old Contract being novated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="novatedNumberOfUnits" type="xsd:decimal"/>

remainingAmount
Type:
Money, complex content
The amount which represents the portion of the Old Contract not being novated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="remainingAmount" type="Money"/>

remainingNumberOfOptions
Type:
xsd:decimal, predefined, simple content
The number of options which represent the portion of the Old Contract not being novated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="remainingNumberOfOptions" type="xsd:decimal"/>

remainingNumberOfUnits
Type:
xsd:decimal, predefined, simple content
The number of options which represent the portion of the Old Contract not being novated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="remainingNumberOfUnits" 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.