XML Schema Documentation

Complex Type: LegIdentifier

[Table of contents]

Super-types: None
Sub-types: None
Name LegIdentifier
Used by (from the same schema document) Complex Type DirectionalLeg
Abstract no
Documentation Version aware identification of a leg.
XML Instance Representation
<...>
<legId> LegId </legId> [1]

'Identity of this leg.'

Start Group: VersionHistory.model [0..1]
<version> xsd:nonNegativeInteger </version> [1]

'The version number'

<effectiveDate> IdentifiedDate </effectiveDate> [0..1]

'Optionally it is possible to specify a version effective date when a versionId is supplied.'

End Group: VersionHistory.model
</...>
Diagram
group_VersionHistory.model
Schema Component Representation
<xsd:complexType name="LegIdentifier">
<xsd:sequence>
<xsd:element name="legId" type=" LegId "/>
<xsd:group ref=" VersionHistory.model " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>