attributeGroup "xs:anyAttrGroup"
Namespace:
Content:
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
(("##any" | "##other") | list of (xs:anyURI | ("##targetNamespace" | "##local")))
 = 
list of (xs:anyURI | ("##targetNamespace" | "##local"))
 = 
("skip" | "lax" | "strict") : "strict"
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="anyAttrGroup">
<xs:attribute name="namespace" type="xs:namespaceList" use="optional"/>
<xs:attribute name="notNamespace" use="optional">
<xs:simpleType>
<xs:restriction base="xs:basicNamespaceList">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="strict" name="processContents" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="skip"/>
<xs:enumeration value="lax"/>
<xs:enumeration value="strict"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/3)
namespace
Type:
Use:
optional
Attribute Value
("##any" | "##other") | list of (xs:anyURI | ("##targetNamespace" | "##local"))
XML Source (see within schema source)
<xs:attribute name="namespace" type="xs:namespaceList" use="optional"/>

notNamespace
Type:
anonymous simpleType (restriction of xs:basicNamespaceList)
Use:
optional
Attribute Value
list of (xs:anyURI | ("##targetNamespace" | "##local"))
MinLength:
1
Anonymous simpleType
Type Derivation Tree
union of (xs:anyURI | restriction of xs:token)
  xs:basicNamespaceList (restriction)
      simpleType
Derivation:
restriction of xs:basicNamespaceList
Facets:
minLength:
1
XML Source (see within schema source)
<xs:attribute name="notNamespace" use="optional">
<xs:simpleType>
<xs:restriction base="xs:basicNamespaceList">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

processContents
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"skip", "lax", "strict"
Default:
"strict"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"skip", "lax", "strict"
XML Source (see within schema source)
<xs:attribute default="strict" name="processContents" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="skip"/>
<xs:enumeration value="lax"/>
<xs:enumeration value="strict"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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.