element <xs:all> (local)
Namespace:
Type:
anonymous complexType (restriction of xs:all)
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
locally within xs:namedGroup complexType in XMLSchema.xsd; see XML source
Includes:
definition of attr. wildcard; 2 attr. prohibitions
Component Diagram
XML Representation Summary
<xs:all
   
 = 
   
   
>
   
Content: 
</xs:all>
Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:group (restriction)
              xs:explicitGroup (restriction)
                  xs:all (restriction)
                      complexType
XML Source (see within schema source)
<xs:element name="all">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:all">
<xs:group ref="xs:allModel"/>
<xs:attribute name="minOccurs" use="prohibited"/>
<xs:attribute name="maxOccurs" use="prohibited"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/4)
maxOccurs
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="maxOccurs" use="prohibited"/>

minOccurs
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="minOccurs" use="prohibited"/>

{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>

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.