XML Schema Documentation

Complex Type: IdentifiedDate

[Table of contents]

Super-types: xsd:date < IdentifiedDate (by extension)
Sub-types: None
Name IdentifiedDate
Used by (from the same schema document) Complex Type AdjustableDate , Complex Type AdjustableDate2 , Complex Type AdjustableDates , Complex Type AdjustableOrRelativeAndAdjustedDate , Complex Type Payment , Model Group VersionHistory.model
Abstract no
Documentation A date which can be referenced elsewhere.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
xsd:date
</...>
Diagram
Schema Component Representation
<xsd:complexType name="IdentifiedDate">
<xsd:simpleContent>
<xsd:extension base=" xsd:date ">
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>