XML Schema Documentation

Model Group: Period.model

[Table of contents]

Name Period.model
XML Instance Representation
<startDate> xsd:date </startDate> [0..1]

'Date on which this period begins.'

<endDate> xsd:date </endDate> [0..1]

'Date on which this period ends.'

Diagram
Schema Component Representation
<xsd:group name="Period.model">
<xsd:sequence>
<xsd:element name="startDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="endDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
</xsd:group>