XML Schema Documentation

Model Group: AdjustedAndOrUnadjustedDate.model

[Table of contents]

Name AdjustedAndOrUnadjustedDate.model
Used by (from the same schema document) Complex Type ScheduledDate
Documentation Contains at least one of an adjusted date and and unadjusted date, using the usual meanings of those terms.
XML Instance Representation
Start Choice [1]
<unadjustedDate> xsd:date </unadjustedDate> [1]
<adjustedDate> xsd:date </adjustedDate> [0..1]
<adjustedDate> xsd:date </adjustedDate> [1]
End Choice
Diagram
Schema Component Representation
<xsd:group name="AdjustedAndOrUnadjustedDate.model">
<xsd:choice>
<xsd:sequence>
<xsd:element name="unadjustedDate" type=" xsd:date "/>
<xsd:element name="adjustedDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
<xsd:element name="adjustedDate" type=" xsd:date "/>
</xsd:choice>
</xsd:group>