Type for the user documentation for any element. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
uri | xsd:anyURI | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | Documentation |
<xsd:complexType name="DocumentationType"> <xsd:annotation> <xsd:documentation>Type for the user documentation for any element.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="uri" type="xsd:anyURI"> <xsd:annotation> <xsd:documentation>Defines the address of the Documentation object. A URL can be a URI.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute ref="xml:lang"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |