<xs:attributeGroup name="DatesReq">
<xs:attribute name="creationDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>The attribute creationDate contains the date of creation of this lesson in the form of Year-Month-Day (e.g. 5th March 2004 would be 2004-03-05).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="modificationDate" type="xs:date">
<xs:annotation>
<xs:documentation>The attribute modificationDate is updated whenever the lesson is updated. It contains the date of of a modification of this lesson in the form of Year-Month-Day (e.g. 5th March 2004 would be 2004-03-05).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |