Simple Type language
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>language</name>
<comment>This type specifies the human language in which the document the element refers to is expressed. Values are taken from the RFC 4646.</comment>
Diagram
Diagram
Type xsd:string
Used by
Source
<xsd:simpleType name="language">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>language</name>
      <comment>This type specifies the human language in which the document the element refers to is expressed. Values are taken from the RFC 4646.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string"/>
</xsd:simpleType>