complexType "OtherAgreement"
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):
otherAgreement
Known Usage Locations
Annotation
An entity for defining the an agreement executed between parties.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="OtherAgreement">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="identifier" type="OtherAgreementId"/>
<xsd:element minOccurs="0" name="type" type="OtherAgreementType"/>
<xsd:element minOccurs="0" name="version" type="OtherAgreementVersion"/>
<xsd:element minOccurs="0" name="date" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
date
Type:
xsd:date, predefined, simple content
The date on which the agreement was signed.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="date" type="xsd:date"/>

identifier
Type:
OtherAgreementId, simple content
An identifier that has been created to identify the agreement.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="identifier" type="OtherAgreementId"/>

type
Type:
OtherAgreementType, simple content
The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="type" type="OtherAgreementType"/>

version
Type:
OtherAgreementVersion, simple content
The version of the agreement.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="version" type="OtherAgreementVersion"/>

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.