XML Schema Documentation

Model Group: Period.model

[Table of contents]

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

'Date on which this period begins.'

<endDate> xsd:date </endDate> [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 "/>
<xsd:element name="endDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:group>