element <xs:anyAttribute> (global)
Namespace:
Type:
anonymous complexType (extension of xs:wildcard)
Content:
complex, 5 attributes, attr. wildcard, 1 element
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<xs:anyAttribute
   
 = 
xs:ID
 = 
(("##any" | "##other") | list of (xs:anyURI | ("##targetNamespace" | "##local")))
 = 
list of (xs:anyURI | ("##targetNamespace" | "##local"))
 = 
("skip" | "lax" | "strict") : "strict"
 = 
list of (xs:QName | "##defined")
   
   
>
   
Content: 
</xs:anyAttribute>
Included in content model of elements (7):
Known Usage Locations
Annotation
See:  ../structures/structures.html#element-anyAttribute
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:wildcard (extension)
              complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="anyAttribute" name="anyAttribute">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:wildcard">
<xs:attribute name="notQName" type="xs:qnameListA" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/6)
notQName
Type:
Use:
optional
Attribute Value
list of (xs:QName | "##defined")
XML Source (see within schema source)
<xs:attribute name="notQName" type="xs:qnameListA" use="optional"/>

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.