complexType "xs:assertion"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 1 element
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:string
 = 
(xs:anyURI | ("##defaultNamespace" | "##targetNamespace" | "##local"))
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:assertion
XML Source (see within schema source)
<xs:complexType name="assertion">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="test" type="xs:string"/>
<xs:attribute name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/4)
test
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="test" type="xs:string"/>

xpathDefaultNamespace
Type:
Use:
optional
Attribute Value
xs:anyURI | ("##defaultNamespace" | "##targetNamespace" | "##local")
XML Source (see within schema source)
<xs:attribute name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.