Definition Type: Attribute
Name: lang
Namespace: http://www.w3.org/XML/1998/namespace
Type: language:http://www.w3.org/2001/XMLSchema
Containing Schema: xml.xsd
Documentation:
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Collapse XSD Schema Diagram:
XSD Diagram of lang
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="lang" type="xs:language">
    <xs:annotation>
        <xs:documentation>In due course, we should install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values . . .</xs:documentation>
    </xs:annotation>
</xs:attribute>