information present outside the element or as the basic description for an attribute |
Elements | dx:description, dx:element, dx:usage |
Complex Types | dx:descriptionType, dx:elementType, dx:valueType |
<xs:element name="introduction"> <xs:annotation> <xs:documentation>information present outside the element or as the basic description for an attribute</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element ref="dx:p"/> </xs:sequence> </xs:complexType> </xs:element> |