| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| localType | xs:anyURI | optional | |||||
| xml:id | xs:ID | optional | 
                                    
  | 
                              ||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional | 
                                    
  | 
                              
| Element | description | 
<xs:element name="languagesUsed"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" ref="languageUsed"/> <xs:element minOccurs="0" ref="descriptiveNote"/> </xs:sequence> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="localType" type="xs:anyURI"/> </xs:complexType> </xs:element>  |