Java Doc for XSSchema.java in  » GIS » GeoTools-2.4.1 » org » geotools » xs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoTools 2.4.1 » org.geotools.xs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.geotools.feature.type.SchemaImpl
      org.geotools.xs.XSSchema

XSSchema
public class XSSchema extends SchemaImpl (Code)
Schema for xml simple types.
author:
   Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org


Field Summary
final public static  AttributeTypeALLNNI_TYPE
    
final public static  AttributeTypeANYSIMPLETYPE_TYPE
    
final public static  AttributeTypeANYTYPE_TYPE
    
final public static  AttributeTypeANYURI_TYPE
    
final public static  AttributeTypeBASE64BINARY_TYPE
    
final public static  AttributeTypeBLOCKSET_TYPE
    
final public static  AttributeTypeBOOLEAN_TYPE
    
final public static  AttributeTypeBYTE_TYPE
    
final public static  AttributeTypeDATETIME_TYPE
    
final public static  AttributeTypeDATE_TYPE
    
final public static  AttributeTypeDECIMAL_TYPE
    
final public static  AttributeTypeDERIVATIONCONTROL_TYPE
    
final public static  AttributeTypeDERIVATIONSET_TYPE
    
final public static  AttributeTypeDOUBLE_TYPE
    
final public static  AttributeTypeDURATION_TYPE
    
final public static  AttributeTypeENTITIES_TYPE
    
final public static  AttributeTypeENTITY_TYPE
    
final public static  AttributeTypeFLOAT_TYPE
    
final public static  AttributeTypeFORMCHOICE_TYPE
    
final public static  AttributeTypeGDAY_TYPE
    
final public static  AttributeTypeGMONTHDAY_TYPE
    
final public static  AttributeTypeGMONTH_TYPE
    
final public static  AttributeTypeGYEARMONTH_TYPE
    
final public static  AttributeTypeGYEAR_TYPE
    
final public static  AttributeTypeHEXBINARY_TYPE
    
final public static  AttributeTypeIDREFS_TYPE
    
final public static  AttributeTypeIDREF_TYPE
    
final public static  AttributeTypeID_TYPE
    
final public static  AttributeTypeINTEGER_TYPE
    
final public static  AttributeTypeINT_TYPE
    
final public static  AttributeTypeLANGUAGE_TYPE
    

 
 <xs:simpleType id="language" name="language">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#language"/>
 </xs:annotation>
 <xs:restriction base="xs:token">
 <xs:pattern id="language.pattern" value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/REC-xml#NT-LanguageID">
 pattern specifies the content of section 2.12 of XML 1.0e2
 and RFC 3066 (Revised version of RFC 1766).
final public static  AttributeTypeLONG_TYPE
    
final public static  AttributeTypeNAMESPACELIST_TYPE
    
final public static  AttributeTypeNAME_TYPE
    
final public static  AttributeTypeNCNAME_TYPE
    
final public static  AttributeTypeNEGATIVEINTEGER_TYPE
    
final public static  AttributeTypeNMTOKENS_TYPE
    
final public static  AttributeTypeNMTOKEN_TYPE
    
final public static  AttributeTypeNONNEGATIVEINTEGER_TYPE
    
final public static  AttributeTypeNONPOSITIVEINTEGER_TYPE
    
final public static  AttributeTypeNORMALIZEDSTRING_TYPE
    
final public static  AttributeTypeNOTATION_TYPE
    

 
 <xs:simpleType id="NOTATION" name="NOTATION">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION"/>
 <xs:documentation>
 NOTATION cannot be used directly in a schema; rather a type
 must be derived from it by specifying at least one enumeration
 facet whose value is the name of a NOTATION declared in the
 schema.
final public static  AttributeTypePOSITIVEINTEGER_TYPE
    
final public static  AttributeTypePUBLIC_TYPE
    
final public static  AttributeTypeQNAME_TYPE
    
final public static  AttributeTypeREDUCEDDERIVATIONCONTROL_TYPE
    
final public static  AttributeTypeSHORT_TYPE
    
final public static  AttributeTypeSIMPLEDERIVATIONSET_TYPE
    
final public static  AttributeTypeSTRING_TYPE
    
final public static  AttributeTypeTIME_TYPE
    
final public static  AttributeTypeTOKEN_TYPE
    
final public static  AttributeTypeUNSIGNEDBYTE_TYPE
    
final public static  AttributeTypeUNSIGNEDINT_TYPE
    
final public static  AttributeTypeUNSIGNEDLONG_TYPE
    
final public static  AttributeTypeUNSIGNEDSHORT_TYPE
    

Constructor Summary
public  XSSchema()
    


Field Detail
ALLNNI_TYPE
final public static AttributeType ALLNNI_TYPE(Code)

 
 <xs:simpleType name="allNNI">
 <xs:annotation>
 <xs:documentation>
 for maxOccurs</xs:documentation>
 </xs:annotation>
 <xs:union memberTypes="xs:nonNegativeInteger">
 <xs:simpleType>
 <xs:restriction base="xs:NMTOKEN">
 <xs:enumeration value="unbounded"/>
 </xs:restriction>
 </xs:simpleType>
 </xs:union>
 </xs:simpleType>
 
 




ANYSIMPLETYPE_TYPE
final public static AttributeType ANYSIMPLETYPE_TYPE(Code)

 
 <xs:simpleType id="anySimpleType" name="anySimpleType">
 <xs:restriction base="xs:anyType"/>
 </xs:simpleType>
 
 




ANYTYPE_TYPE
final public static AttributeType ANYTYPE_TYPE(Code)

 
 <xs:simpleType id="anyType" name="anyType">
 <xs:restriction base="xs:anyType"/>
 </xs:simpleType>
 
 




ANYURI_TYPE
final public static AttributeType ANYURI_TYPE(Code)

 
 <xs:simpleType id="anyURI" name="anyURI">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#anyURI"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="anyURI.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




BASE64BINARY_TYPE
final public static AttributeType BASE64BINARY_TYPE(Code)

 
 <xs:simpleType id="base64Binary" name="base64Binary">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#base64Binary"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="base64Binary.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




BLOCKSET_TYPE
final public static AttributeType BLOCKSET_TYPE(Code)

 
 <xs:simpleType name="blockSet">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 <xs:documentation>
 #all or (possibly empty) subset of {substitution, extension,
 restriction}</xs:documentation>
 </xs:annotation>
 <xs:union>
 <xs:simpleType>
 <xs:restriction base="xs:token">
 <xs:enumeration value="#all"/>
 </xs:restriction>
 </xs:simpleType>
 <xs:simpleType>
 <xs:list>
 <xs:simpleType>
 <xs:restriction base="xs:derivationControl">
 <xs:enumeration value="extension"/>
 <xs:enumeration value="restriction"/>
 <xs:enumeration value="substitution"/>
 </xs:restriction>
 </xs:simpleType>
 </xs:list>
 </xs:simpleType>
 </xs:union>
 </xs:simpleType>
 
 




BOOLEAN_TYPE
final public static AttributeType BOOLEAN_TYPE(Code)

 
 <xs:simpleType id="boolean" name="boolean">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="finite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#boolean"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="boolean.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




BYTE_TYPE
final public static AttributeType BYTE_TYPE(Code)

 
 <xs:simpleType id="byte" name="byte">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#byte"/>
 </xs:annotation>
 <xs:restriction base="xs:short">
 <xs:minInclusive id="byte.minInclusive" value="-128"/>
 <xs:maxInclusive id="byte.maxInclusive" value="127"/>
 </xs:restriction>
 </xs:simpleType>
 
 




DATETIME_TYPE
final public static AttributeType DATETIME_TYPE(Code)

 
 <xs:simpleType id="dateTime" name="dateTime">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#dateTime"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="dateTime.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




DATE_TYPE
final public static AttributeType DATE_TYPE(Code)

 
 <xs:simpleType id="date" name="date">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#date"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="date.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




DECIMAL_TYPE
final public static AttributeType DECIMAL_TYPE(Code)

 
 <xs:simpleType id="decimal" name="decimal">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="totalDigits"/>
 <hfp:hasFacet name="fractionDigits"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="total"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="true"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#decimal"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="decimal.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




DERIVATIONCONTROL_TYPE
final public static AttributeType DERIVATIONCONTROL_TYPE(Code)

 
 <xs:simpleType name="derivationControl">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 </xs:annotation>
 <xs:restriction base="xs:NMTOKEN">
 <xs:enumeration value="substitution"/>
 <xs:enumeration value="extension"/>
 <xs:enumeration value="restriction"/>
 <xs:enumeration value="list"/>
 <xs:enumeration value="union"/>
 </xs:restriction>
 </xs:simpleType>
 
 




DERIVATIONSET_TYPE
final public static AttributeType DERIVATIONSET_TYPE(Code)

 
 <xs:simpleType name="derivationSet">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 <xs:documentation>
 #all or (possibly empty) subset of {extension, restriction}</xs:documentation>
 </xs:annotation>
 <xs:union>
 <xs:simpleType>
 <xs:restriction base="xs:token">
 <xs:enumeration value="#all"/>
 </xs:restriction>
 </xs:simpleType>
 <xs:simpleType>
 <xs:list itemType="xs:reducedDerivationControl"/>
 </xs:simpleType>
 </xs:union>
 </xs:simpleType>
 
 




DOUBLE_TYPE
final public static AttributeType DOUBLE_TYPE(Code)

 
 <xs:simpleType id="double" name="double">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="total"/>
 <hfp:hasProperty name="bounded" value="true"/>
 <hfp:hasProperty name="cardinality" value="finite"/>
 <hfp:hasProperty name="numeric" value="true"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#double"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="double.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




DURATION_TYPE
final public static AttributeType DURATION_TYPE(Code)

 
 <xs:simpleType id="duration" name="duration">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#duration"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="duration.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




ENTITIES_TYPE
final public static AttributeType ENTITIES_TYPE(Code)

 
 <xs:simpleType id="ENTITIES" name="ENTITIES">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ENTITIES"/>
 </xs:annotation>
 <xs:restriction>
 <xs:simpleType>
 <xs:list itemType="xs:ENTITY"/>
 </xs:simpleType>
 <xs:minLength id="ENTITIES.minLength" value="1"/>
 </xs:restriction>
 </xs:simpleType>
 
 




ENTITY_TYPE
final public static AttributeType ENTITY_TYPE(Code)

 
 <xs:simpleType id="ENTITY" name="ENTITY">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ENTITY"/>
 </xs:annotation>
 <xs:restriction base="xs:NCName"/>
 </xs:simpleType>
 
 




FLOAT_TYPE
final public static AttributeType FLOAT_TYPE(Code)

 
 <xs:simpleType id="float" name="float">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="total"/>
 <hfp:hasProperty name="bounded" value="true"/>
 <hfp:hasProperty name="cardinality" value="finite"/>
 <hfp:hasProperty name="numeric" value="true"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#float"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="float.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




FORMCHOICE_TYPE
final public static AttributeType FORMCHOICE_TYPE(Code)

 
 <xs:simpleType name="formChoice">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 </xs:annotation>
 <xs:restriction base="xs:NMTOKEN">
 <xs:enumeration value="qualified"/>
 <xs:enumeration value="unqualified"/>
 </xs:restriction>
 </xs:simpleType>
 
 




GDAY_TYPE
final public static AttributeType GDAY_TYPE(Code)

 
 <xs:simpleType id="gDay" name="gDay">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gDay"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="gDay.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




GMONTHDAY_TYPE
final public static AttributeType GMONTHDAY_TYPE(Code)

 
 <xs:simpleType id="gMonthDay" name="gMonthDay">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gMonthDay"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="gMonthDay.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




GMONTH_TYPE
final public static AttributeType GMONTH_TYPE(Code)

 
 <xs:simpleType id="gMonth" name="gMonth">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gMonth"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="gMonth.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




GYEARMONTH_TYPE
final public static AttributeType GYEARMONTH_TYPE(Code)

 
 <xs:simpleType id="gYearMonth" name="gYearMonth">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gYearMonth"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="gYearMonth.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




GYEAR_TYPE
final public static AttributeType GYEAR_TYPE(Code)

 
 <xs:simpleType id="gYear" name="gYear">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gYear"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="gYear.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




HEXBINARY_TYPE
final public static AttributeType HEXBINARY_TYPE(Code)

 
 <xs:simpleType id="hexBinary" name="hexBinary">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#binary"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="hexBinary.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




IDREFS_TYPE
final public static AttributeType IDREFS_TYPE(Code)

 
 <xs:simpleType id="IDREFS" name="IDREFS">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#IDREFS"/>
 </xs:annotation>
 <xs:restriction>
 <xs:simpleType>
 <xs:list itemType="xs:IDREF"/>
 </xs:simpleType>
 <xs:minLength id="IDREFS.minLength" value="1"/>
 </xs:restriction>
 </xs:simpleType>
 
 




IDREF_TYPE
final public static AttributeType IDREF_TYPE(Code)

 
 <xs:simpleType id="IDREF" name="IDREF">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#IDREF"/>
 </xs:annotation>
 <xs:restriction base="xs:NCName"/>
 </xs:simpleType>
 
 




ID_TYPE
final public static AttributeType ID_TYPE(Code)

 
 <xs:simpleType id="ID" name="ID">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ID"/>
 </xs:annotation>
 <xs:restriction base="xs:NCName"/>
 </xs:simpleType>
 
 




INTEGER_TYPE
final public static AttributeType INTEGER_TYPE(Code)

 
 <xs:simpleType id="integer" name="integer">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#integer"/>
 </xs:annotation>
 <xs:restriction base="xs:decimal">
 <xs:fractionDigits fixed="true" id="integer.fractionDigits" value="0"/>
 <xs:pattern value="[\-+]?[0-9]+"/>
 </xs:restriction>
 </xs:simpleType>
 
 




INT_TYPE
final public static AttributeType INT_TYPE(Code)

 
 <xs:simpleType id="int" name="int">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#int"/>
 </xs:annotation>
 <xs:restriction base="xs:long">
 <xs:minInclusive id="int.minInclusive" value="-2147483648"/>
 <xs:maxInclusive id="int.maxInclusive" value="2147483647"/>
 </xs:restriction>
 </xs:simpleType>
 
 




LANGUAGE_TYPE
final public static AttributeType LANGUAGE_TYPE(Code)

 
 <xs:simpleType id="language" name="language">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#language"/>
 </xs:annotation>
 <xs:restriction base="xs:token">
 <xs:pattern id="language.pattern" value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/REC-xml#NT-LanguageID">
 pattern specifies the content of section 2.12 of XML 1.0e2
 and RFC 3066 (Revised version of RFC 1766).
 </xs:documentation>
 </xs:annotation>
 </xs:pattern>
 </xs:restriction>
 </xs:simpleType>
 
 




LONG_TYPE
final public static AttributeType LONG_TYPE(Code)

 
 <xs:simpleType id="long" name="long">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasProperty name="bounded" value="true"/>
 <hfp:hasProperty name="cardinality" value="finite"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#long"/>
 </xs:annotation>
 <xs:restriction base="xs:integer">
 <xs:minInclusive id="long.minInclusive" value="-9223372036854775808"/>
 <xs:maxInclusive id="long.maxInclusive" value="9223372036854775807"/>
 </xs:restriction>
 </xs:simpleType>
 
 




NAMESPACELIST_TYPE
final public static AttributeType NAMESPACELIST_TYPE(Code)

 
 <xs:simpleType name="namespaceList">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 </xs:annotation>
 <xs:union>
 <xs:simpleType>
 <xs:restriction base="xs:token">
 <xs:enumeration value="##any"/>
 <xs:enumeration value="##other"/>
 </xs:restriction>
 </xs:simpleType>
 <xs:simpleType>
 <xs:list>
 <xs:simpleType>
 <xs:union memberTypes="xs:anyURI">
 <xs:simpleType>
 <xs:restriction base="xs:token">
 <xs:enumeration value="##targetNamespace"/>
 <xs:enumeration value="##local"/>
 </xs:restriction>
 </xs:simpleType>
 </xs:union>
 </xs:simpleType>
 </xs:list>
 </xs:simpleType>
 </xs:union>
 </xs:simpleType>
 
 




NAME_TYPE
final public static AttributeType NAME_TYPE(Code)

 
 <xs:simpleType id="Name" name="Name">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#Name"/>
 </xs:annotation>
 <xs:restriction base="xs:token">
 <xs:pattern id="Name.pattern" value="\i\c*">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Name">
 pattern matches production 5 from the XML spec
 </xs:documentation>
 </xs:annotation>
 </xs:pattern>
 </xs:restriction>
 </xs:simpleType>
 
 




NCNAME_TYPE
final public static AttributeType NCNAME_TYPE(Code)

 
 <xs:simpleType id="NCName" name="NCName">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NCName"/>
 </xs:annotation>
 <xs:restriction base="xs:Name">
 <xs:pattern id="NCName.pattern" value="[\i-[:]][\c-[:]]*">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
 pattern matches production 4 from the Namespaces in XML spec
 </xs:documentation>
 </xs:annotation>
 </xs:pattern>
 </xs:restriction>
 </xs:simpleType>
 
 




NEGATIVEINTEGER_TYPE
final public static AttributeType NEGATIVEINTEGER_TYPE(Code)

 
 <xs:simpleType id="negativeInteger" name="negativeInteger">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#negativeInteger"/>
 </xs:annotation>
 <xs:restriction base="xs:nonPositiveInteger">
 <xs:maxInclusive id="negativeInteger.maxInclusive" value="-1"/>
 </xs:restriction>
 </xs:simpleType>
 
 




NMTOKENS_TYPE
final public static AttributeType NMTOKENS_TYPE(Code)

 
 <xs:simpleType id="NMTOKENS" name="NMTOKENS">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKENS"/>
 </xs:annotation>
 <xs:restriction>
 <xs:simpleType>
 <xs:list itemType="xs:NMTOKEN"/>
 </xs:simpleType>
 <xs:minLength id="NMTOKENS.minLength" value="1"/>
 </xs:restriction>
 </xs:simpleType>
 
 




NMTOKEN_TYPE
final public static AttributeType NMTOKEN_TYPE(Code)

 
 <xs:simpleType id="NMTOKEN" name="NMTOKEN">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKEN"/>
 </xs:annotation>
 <xs:restriction base="xs:token">
 <xs:pattern id="NMTOKEN.pattern" value="\c+">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Nmtoken">
 pattern matches production 7 from the XML spec
 </xs:documentation>
 </xs:annotation>
 </xs:pattern>
 </xs:restriction>
 </xs:simpleType>
 
 




NONNEGATIVEINTEGER_TYPE
final public static AttributeType NONNEGATIVEINTEGER_TYPE(Code)

 
 <xs:simpleType id="nonNegativeInteger" name="nonNegativeInteger">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger"/>
 </xs:annotation>
 <xs:restriction base="xs:integer">
 <xs:minInclusive id="nonNegativeInteger.minInclusive" value="0"/>
 </xs:restriction>
 </xs:simpleType>
 
 




NONPOSITIVEINTEGER_TYPE
final public static AttributeType NONPOSITIVEINTEGER_TYPE(Code)

 
 <xs:simpleType id="nonPositiveInteger" name="nonPositiveInteger">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger"/>
 </xs:annotation>
 <xs:restriction base="xs:integer">
 <xs:maxInclusive id="nonPositiveInteger.maxInclusive" value="0"/>
 </xs:restriction>
 </xs:simpleType>
 
 




NORMALIZEDSTRING_TYPE
final public static AttributeType NORMALIZEDSTRING_TYPE(Code)

 
 <xs:simpleType id="normalizedString" name="normalizedString">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#normalizedString"/>
 </xs:annotation>
 <xs:restriction base="xs:string">
 <xs:whiteSpace id="normalizedString.whiteSpace" value="replace"/>
 </xs:restriction>
 </xs:simpleType>
 
 




NOTATION_TYPE
final public static AttributeType NOTATION_TYPE(Code)

 
 <xs:simpleType id="NOTATION" name="NOTATION">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION"/>
 <xs:documentation>
 NOTATION cannot be used directly in a schema; rather a type
 must be derived from it by specifying at least one enumeration
 facet whose value is the name of a NOTATION declared in the
 schema.
 </xs:documentation>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="NOTATION.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




POSITIVEINTEGER_TYPE
final public static AttributeType POSITIVEINTEGER_TYPE(Code)

 
 <xs:simpleType id="positiveInteger" name="positiveInteger">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#positiveInteger"/>
 </xs:annotation>
 <xs:restriction base="xs:nonNegativeInteger">
 <xs:minInclusive id="positiveInteger.minInclusive" value="1"/>
 </xs:restriction>
 </xs:simpleType>
 
 




PUBLIC_TYPE
final public static AttributeType PUBLIC_TYPE(Code)

 
 <xs:simpleType name="public">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 <xs:documentation>
 A public identifier, per ISO 8879</xs:documentation>
 </xs:annotation>
 <xs:restriction base="xs:token"/>
 </xs:simpleType>
 
 




QNAME_TYPE
final public static AttributeType QNAME_TYPE(Code)

 
 <xs:simpleType id="QName" name="QName">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#QName"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="QName.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




REDUCEDDERIVATIONCONTROL_TYPE
final public static AttributeType REDUCEDDERIVATIONCONTROL_TYPE(Code)

 
 <xs:simpleType name="reducedDerivationControl">
 <xs:annotation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 </xs:annotation>
 <xs:restriction base="xs:derivationControl">
 <xs:enumeration value="extension"/>
 <xs:enumeration value="restriction"/>
 </xs:restriction>
 </xs:simpleType>
 
 




SHORT_TYPE
final public static AttributeType SHORT_TYPE(Code)

 
 <xs:simpleType id="short" name="short">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#short"/>
 </xs:annotation>
 <xs:restriction base="xs:int">
 <xs:minInclusive id="short.minInclusive" value="-32768"/>
 <xs:maxInclusive id="short.maxInclusive" value="32767"/>
 </xs:restriction>
 </xs:simpleType>
 
 




SIMPLEDERIVATIONSET_TYPE
final public static AttributeType SIMPLEDERIVATIONSET_TYPE(Code)

 
 <xs:simpleType name="simpleDerivationSet">
 <xs:annotation>
 <xs:documentation>
 #all or (possibly empty) subset of {restriction, union, list}
 </xs:documentation>
 <xs:documentation>
 A utility type, not for public use</xs:documentation>
 </xs:annotation>
 <xs:union>
 <xs:simpleType>
 <xs:restriction base="xs:token">
 <xs:enumeration value="#all"/>
 </xs:restriction>
 </xs:simpleType>
 <xs:simpleType>
 <xs:restriction base="xs:derivationControl">
 <xs:enumeration value="list"/>
 <xs:enumeration value="union"/>
 <xs:enumeration value="restriction"/>
 </xs:restriction>
 </xs:simpleType>
 </xs:union>
 </xs:simpleType>
 
 




STRING_TYPE
final public static AttributeType STRING_TYPE(Code)

 
 <xs:simpleType id="string" name="string">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#string"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace id="string.preserve" value="preserve"/>
 </xs:restriction>
 </xs:simpleType>
 
 




TIME_TYPE
final public static AttributeType TIME_TYPE(Code)

 
 <xs:simpleType id="time" name="time">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasFacet name="maxInclusive"/>
 <hfp:hasFacet name="maxExclusive"/>
 <hfp:hasFacet name="minInclusive"/>
 <hfp:hasFacet name="minExclusive"/>
 <hfp:hasProperty name="ordered" value="partial"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#time"/>
 </xs:annotation>
 <xs:restriction base="xs:anySimpleType">
 <xs:whiteSpace fixed="true" id="time.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




TOKEN_TYPE
final public static AttributeType TOKEN_TYPE(Code)

 
 <xs:simpleType id="token" name="token">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#token"/>
 </xs:annotation>
 <xs:restriction base="xs:normalizedString">
 <xs:whiteSpace id="token.whiteSpace" value="collapse"/>
 </xs:restriction>
 </xs:simpleType>
 
 




UNSIGNEDBYTE_TYPE
final public static AttributeType UNSIGNEDBYTE_TYPE(Code)

 
 <xs:simpleType id="unsignedByte" name="unsignedByte">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedByte"/>
 </xs:annotation>
 <xs:restriction base="xs:unsignedShort">
 <xs:maxInclusive id="unsignedByte.maxInclusive" value="255"/>
 </xs:restriction>
 </xs:simpleType>
 
 




UNSIGNEDINT_TYPE
final public static AttributeType UNSIGNEDINT_TYPE(Code)

 
 <xs:simpleType id="unsignedInt" name="unsignedInt">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedInt"/>
 </xs:annotation>
 <xs:restriction base="xs:unsignedLong">
 <xs:maxInclusive id="unsignedInt.maxInclusive" value="4294967295"/>
 </xs:restriction>
 </xs:simpleType>
 
 




UNSIGNEDLONG_TYPE
final public static AttributeType UNSIGNEDLONG_TYPE(Code)

 
 <xs:simpleType id="unsignedLong" name="unsignedLong">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasProperty name="bounded" value="true"/>
 <hfp:hasProperty name="cardinality" value="finite"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedLong"/>
 </xs:annotation>
 <xs:restriction base="xs:nonNegativeInteger">
 <xs:maxInclusive id="unsignedLong.maxInclusive" value="18446744073709551615"/>
 </xs:restriction>
 </xs:simpleType>
 
 




UNSIGNEDSHORT_TYPE
final public static AttributeType UNSIGNEDSHORT_TYPE(Code)

 
 <xs:simpleType id="unsignedShort" name="unsignedShort">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedShort"/>
 </xs:annotation>
 <xs:restriction base="xs:unsignedInt">
 <xs:maxInclusive id="unsignedShort.maxInclusive" value="65535"/>
 </xs:restriction>
 </xs:simpleType>
 
 





Constructor Detail
XSSchema
public XSSchema()(Code)




Methods inherited from org.geotools.feature.type.SchemaImpl
public void clear()(Code)(Java Doc)
public boolean containsKey(Object key)(Code)(Java Doc)
public boolean containsValue(Object value)(Code)(Java Doc)
public Set entrySet()(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Object get(Object key)(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public boolean isEmpty()(Code)(Java Doc)
public Set keySet()(Code)(Java Doc)
public Namespace namespace()(Code)(Java Doc)
public Schema profile(Namespace profile)(Code)(Java Doc)
public Object put(Object name, Object type)(Code)(Java Doc)
public void putAll(Map arg0)(Code)(Java Doc)
public Object remove(Object key)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public String toURI()(Code)(Java Doc)
public Collection values()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.