element notation
diagram index_p849.png
namespace http://www.w3.org/2001/XMLSchema
type extension of xs:annotated
properties
content complex
id notation
children xs:annotation
used by
group schemaTop
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
namexs:NCNamerequired      
publicxs:public      
systemxs:anyURI      
source <xs:element name="notation" id="notation">
 
<xs:annotation>
   
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-notation"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="xs:annotated">
       
<xs:attribute name="name" type="xs:NCName" use="required"/>
       
<xs:attribute name="public" type="xs:public"/>
       
<xs:attribute name="system" type="xs:anyURI"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute notation/@name
type xs:NCName
properties
isRef 0
use required
source <xs:attribute name="name" type="xs:NCName" use="required"/>

attribute notation/@public
type xs:public
properties
isRef 0
source <xs:attribute name="public" type="xs:public"/>

attribute notation/@system
type xs:anyURI
properties
isRef 0
source <xs:attribute name="system" type="xs:anyURI"/>


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