A data type for a Gregorian month with the format --MM--. |
<xs:complexType name="gMonth"> <xs:annotation> <xs:documentation>A data type for a Gregorian month with the format --MM--.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:gMonth"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |