group declaration

group {http://java.sun.com/xml/ns/jaxb}declaration

Target Namespacehttp://java.sun.com/xml/ns/jaxb
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns:jaxb=http://java.sun.com/xml/ns/jaxb


Source

<xs:group name="declaration">
    <
xs:annotation>
        <
xs:documentation>
Model group that represents a binding declaration. Each new binding
declaration added to the jaxb namespace that is not restricted to
globalBindings should be added as a child element to this model group.
        
</xs:documentation>
    </
xs:annotation>
<!--
each new binding declaration, not restricted to
globalBindings, should be added here
-->
    <
xs:choice>
        <
xs:element ref="jaxb:globalBindings"/>
        <
xs:element ref="jaxb:schemaBindings"/>
        <
xs:element ref="jaxb:class"/>
        <
xs:element ref="jaxb:property"/>
        <
xs:element ref="jaxb:typesafeEnumClass"/>
        <
xs:element ref="jaxb:typesafeEnumMember"/>
        <
xs:element ref="jaxb:javaType"/>
        <
xs:element ref="jaxb:dom"/>
        <
xs:element ref="jaxb:inlineBinaryData"/>
        <
xs:any namespace="##other" processContents="lax"/>
    </
xs:choice>
</
xs:group>


Documentation

Model group that represents a binding declaration. Each new binding
declaration added to the jaxb namespace that is not restricted to
globalBindings should be added as a child element to this model group.


group declaration


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.