complexType namedGroup

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

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}realGroup (by restriction)
     {http://www.w3.org/2001/XMLSchema}namedGroup
Derived Types
{http://www.w3.org/2001/XMLSchema}namedGroup
 {http://www.w3.org/2001/XMLSchema}group (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="namedGroup" mixed="false">
    <
xs:complexContent>
        <
xs:restriction base="xs:realGroup">
            <
xs:sequence>
                <
xs:element ref="xs:annotation" minOccurs="0"/>
                <
xs:choice minOccurs="1" maxOccurs="1">
                    <
xs:element name="all">
                        <
xs:complexType mixed="false">
                            <
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>
                    <
xs:element name="choice" type="xs:simpleExplicitGroup"/>
                    <
xs:element name="sequence" type="xs:simpleExplicitGroup"/>
                </
xs:choice>
            </
xs:sequence>
            <
xs:attribute name="name" use="required" type="xs:NCName"/>
            <
xs:attribute name="ref" use="prohibited"/>
            <
xs:attribute name="minOccurs" use="prohibited"/>
            <
xs:attribute name="maxOccurs" use="prohibited"/>
            <
xs:anyAttribute namespace="##other" processContents="lax"/>
        </
xs:restriction>
    </
xs:complexContent>
</
xs:complexType>


complexType namedGroup


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.