A data type that represents natural language identifiers as defined by by [RFC 3066]. |
<xs:complexType name="language"> <xs:annotation> <xs:documentation>A data type that represents natural language identifiers as defined by by [RFC 3066].</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:language"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |