complexType all

complexType {http://www.w3.org/2001/XMLSchema}all

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}anyType (by restriction)
 {http://www.w3.org/2001/XMLSchema}openAttrs (by extension)
  {http://www.w3.org/2001/XMLSchema}annotated (by extension)
   {http://www.w3.org/2001/XMLSchema}group (by restriction)
    {http://www.w3.org/2001/XMLSchema}explicitGroup (by restriction)
     {http://www.w3.org/2001/XMLSchema}all
Derived Types
{http://www.w3.org/2001/XMLSchema}all
 {http://www.w3.org/2001/XMLSchema}all (by type)
Abstractfalse (This can be used in an instance)
Block Substitutionsextension, restriction
Target Namespacehttp://www.w3.org/2001/XMLSchema
Declared Namespacesxmlns:hfp=http://www.w3.org/2001/XMLSchema-hasFacetAndProperty
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:complexType name="all" mixed="false">
    <
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>


Documentation

Only elements allowed inside


complexType all


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.