simpleType typesafeEnumMemberNameType

simpleType {http://java.sun.com/xml/ns/jaxb}typesafeEnumMemberNameType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://java.sun.com/xml/ns/jaxb}typesafeEnumMemberNameType
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:simpleType name="typesafeEnumMemberNameType">
    <
xs:annotation>
        <
xs:documentation>
Used to customize how to handle name collisions.
i. generate VALUE_1, VALUE_2... if generateName.
ii. generate an error if value is generateError. This is JAXB default behavior.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:restriction base="xs:string">
        <
xs:enumeration value="generateName"/>
        <
xs:enumeration value="generateError"/>
    </
xs:restriction>
</
xs:simpleType>


Documentation

Used to customize how to handle name collisions.
i.  generate VALUE_1, VALUE_2... if  generateName.
ii.  generate an error  if value is generateError. This is JAXB default behavior.


simpleType typesafeEnumMemberNameType


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.