This type is extended by all types which allow annotation other than <schema> itself |
Elements | xs:complexContent, xs:field, xs:import, xs:include, xs:list, xs:notation, xs:restriction, xs:selector, xs:simpleContent, xs:union |
Complex Types | xs:attribute, xs:attributeGroup, xs:complexType, xs:element, xs:extensionType, xs:facet, xs:group, xs:keybase, xs:restrictionType, xs:simpleType, xs:wildcard |
<xs:complexType name="annotated"> <xs:annotation> <xs:documentation>This type is extended by all types which allow annotation other than <schema> itself</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:openAttrs"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> |