element <xs:notation> (global)
Namespace:
Type:
anonymous complexType (extension of xs:annotated)
Content:
complex, 4 attributes, attr. wildcard, 1 element
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Component Diagram
XML Representation Summary
<xs:notation
   
 = 
 = 
 = 
 = 
   
   
>
   
Content: 
</xs:notation>
Included in content model of elements (1):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-notation
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="notation" name="notation">
<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 Detail (all declarations; defined within this component only; 3/5)
name
Type:
Use:
required
XML Source (see within schema source)
<xs:attribute name="name" type="xs:NCName" use="required"/>

public
Type:
Use:
optional
Attribute Value
XML Source (see within schema source)
<xs:attribute name="public" type="xs:public"/>

system
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="system" type="xs:anyURI"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.