Defines the start of a period either the day and month or the actual date.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="StartPeriod" type="DateOrMonthDay" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the start of a period either the day and month or the actual date.</xs:documentation>
</xs:annotation>
</xs:attribute>