complexType annotated
diagram index_p887.png
namespace http://www.w3.org/2001/XMLSchema
type extension of xs:openAttrs
properties
base xs:openAttrs
children xs:annotation
used by
elements complexContent field import include list notation restriction selector simpleContent union
complexTypes attribute attributeGroup complexType element extensionType facet group keybase restrictionType simpleType wildcard
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
annotation
documentation

       This type is extended by all types which allow annotation
       other than <schema> itself
    
source <xs:complexType name="annotated">
 
<xs:annotation>
   
<xs:documentation>
       This type is extended by all types which allow annotation
       other than &lt;schema&gt; 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>

attribute annotated/@id
type xs:ID
properties
isRef 0
source <xs:attribute name="id" type="xs:ID"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy