complexType all
diagram index_p886.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:explicitGroup
properties
base xs:explicitGroup
children xs:annotation xs:element
used by
elements all namedGroup/all
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
minOccursderived by: xs:nonNegativeIntegeroptional  1    
maxOccursderived by: xs:allNNIoptional  1    
annotation
documentation

   Only elements allowed inside
source <xs:complexType name="all">
 
<xs:annotation>
   
<xs:documentation>
   Only elements allowed inside
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="xs:explicitGroup">
     
<xs:group ref="xs:allModel"/>
     
<xs:attribute name="minOccurs" use="optional" default="1">
       
<xs:simpleType>
         
<xs:restriction base="xs:nonNegativeInteger">
           
<xs:enumeration value="0"/>
           
<xs:enumeration value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="maxOccurs" use="optional" default="1">
       
<xs:simpleType>
         
<xs:restriction base="xs:allNNI">
           
<xs:enumeration value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute all/@minOccurs
type restriction of xs:nonNegativeInteger
properties
isRef 0
default 1
use optional
facets
Kind Value annotation 
enumeration 
enumeration 
source <xs:attribute name="minOccurs" use="optional" default="1">
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute all/@maxOccurs
type restriction of xs:allNNI
properties
isRef 0
default 1
use optional
facets
Kind Value annotation 
enumeration 
source <xs:attribute name="maxOccurs" use="optional" default="1">
 
<xs:simpleType>
   
<xs:restriction base="xs:allNNI">
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy