<xs:attributeGroup name="timeValidityAttributes">
<xs:annotation>
<xs:documentation>A group of attributes expressing the time period of validity of a relationship</xs:documentation>
</xs:annotation>
<xs:attribute name="validfrom" type="DateOptTimeType" use="optional">
<xs:annotation>
<xs:documentation>The date (and, optionally, the time) before which a relationship is not valid.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="validto" type="DateOptTimeType" use="optional">
<xs:annotation>
<xs:documentation>The date (and, optionally, the time) after which a relationship is not valid.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |