
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| source | xsd:anyURI | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional | 
                                    
  | 
                              
| Element | documentation | 
<xsd:complexType name="tDocumentation" mixed="true"> <xsd:sequence> <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="source" type="xsd:anyURI"/> <xsd:attribute ref="xml:lang"/> </xsd:complexType>  |