package org.geotools.gml3; import java.util.ArrayList; import java.util.Collections; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import org.geotools.feature.NameImpl; import org.geotools.feature.type.AttributeDescriptorImpl; import org.geotools.feature.type.AttributeTypeImpl; import org.geotools.feature.type.ComplexTypeImpl; import org.geotools.feature.type.ProfileImpl; import org.geotools.feature.type.SchemaImpl; import org.geotools.gml3.smil.SMIL20LANGSchema; import org.geotools.xlink.XLINKSchema; import org.geotools.xs.XSSchema; import org.opengis.feature.type.AttributeType; import org.opengis.feature.type.ComplexType; import org.opengis.feature.type.Name; import org.opengis.feature.type.PropertyDescriptor; import org.opengis.filter.Filter; public class GMLSchema extends SchemaImpl { /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCurveSegmentType"> * <annotation> * <documentation>Curve segment defines a homogeneous segment of a curve.</documentation> * </annotation> * <sequence/> * <attribute default="0" name="numDerivativesAtStart" type="integer" use="optional"> * <annotation> * <documentation>The attribute "numDerivativesAtStart" specifies the type of continuity between this curve segment and its predecessor. If this is the first curve segment in the curve, one of these values, as appropriate, is ignored. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity. * NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.</documentation> * </annotation> * </attribute> * <attribute default="0" name="numDerivativesAtEnd" type="integer" use="optional"> * <annotation> * <documentation>The attribute "numDerivativesAtEnd" specifies the type of continuity between this curve segment and its successor. If this is the last curve segment in the curve, one of these values, as appropriate, is ignored. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity. * NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.</documentation> * </annotation> * </attribute> * <attribute default="0" name="numDerivativeInterior" type="integer" use="optional"> * <annotation> * <documentation>The attribute "numDerivativesInterior" specifies the type of continuity that is guaranteed interior to the curve. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity. * NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.</documentation> * </annotation> * </attribute> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCURVESEGMENTTYPE_TYPE = build_ABSTRACTCURVESEGMENTTYPE_TYPE(); private static ComplexType build_ABSTRACTCURVESEGMENTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numDerivativesAtStart"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numDerivativesAtEnd"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numDerivativeInterior"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCurveSegmentType"), schema, false, true, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="doubleList"> * <annotation> * <documentation>XML List based on XML Schema double type. An element of this type contains a space-separated list of double values</documentation> * </annotation> * <list itemType="double"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType DOUBLELIST_TYPE = build_DOUBLELIST_TYPE(); private static AttributeType build_DOUBLELIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","doubleList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="NCNameList"> * <annotation> * <documentation>A set of values, representing a list of token with the lexical value space of NCName. The tokens are seperated by whitespace.</documentation> * </annotation> * <list itemType="NCName"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType NCNAMELIST_TYPE = build_NCNAMELIST_TYPE(); private static AttributeType build_NCNAMELIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","NCNameList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectPositionType"> * <annotation> * <documentation>DirectPosition instances hold the coordinates for a position within some coordinate reference system (CRS). Since * DirectPositions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the * "srsName" attribute will in general be missing, if this particular DirectPosition is included in a larger element with such a reference to a * CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS.</documentation> * </annotation> * <simpleContent> * <extension base="gml:doubleList"> * <attributeGroup ref="gml:SRSReferenceGroup"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTPOSITIONTYPE_TYPE = build_DIRECTPOSITIONTYPE_TYPE(); private static ComplexType build_DIRECTPOSITIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","axisLabels"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","srsDimension"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","srsName"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","uomLabels"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectPositionType"), schema, false, false, Collections.<Filter>emptyList(), DOUBLELIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VectorType"> * <annotation> * <documentation>Vector instances hold the compoents for a (usually spatial) vector within some coordinate reference system (CRS). * Since Vectors will often be included in larger objects that have references to CRS, the "srsName" attribute may be missing. * In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS. * * Note that this content model is the same as DirectPositionType, but is defined separately to reflect the distinct semantics, and to avoid validation problems. SJDC 2004-12-02</documentation> * </annotation> * <simpleContent> * <extension base="gml:doubleList"> * <attributeGroup ref="gml:SRSReferenceGroup"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VECTORTYPE_TYPE = build_VECTORTYPE_TYPE(); private static ComplexType build_VECTORTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","axisLabels"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","srsDimension"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","srsName"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","uomLabels"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VectorType"), schema, false, false, Collections.<Filter>emptyList(), DOUBLELIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AffinePlacementType"> * <annotation> * <documentation>A placement takes a standard geometric * construction and places it in geographic space. It defines a * transformation from a constructive parameter space to the * co-ordinate space of the co-ordinate reference system being used. * Parameter spaces in formulae in this International Standard are * given as (u, v) in 2D and(u, v, w) in 3D. Co-ordinate reference * systems positions are given in formulae, in this International * Standard, by either (x, y) in 2D, or (x, y, z) in 3D. * * Affine placements are defined by linear transformations from * parameter space to the target co-ordiante space. 2-dimensional * Cartesian parameter space,(u,v) transforms into 3-dimensional co- * ordinate reference systems,(x,y,z) by using an affine * transformation,(u,v)->(x,y,z) which is defined : * * x ux vx x0 * u * y = uy vy + y0 * v * x uz vz z0 * * Then, given this equation, the location element of the * AffinePlacement is the direct position (x0, y0, z0), which is the * target position of the origin in (u, v). The two reference * directions (ux, uy, uz) and (vx, vy, vz) are the target * directions of the unit vectors at the origin in (u, v).</documentation> * </annotation> * <sequence> * <element name="location" type="gml:DirectPositionType"> * <annotation> * <documentation>The location property gives * the target of the parameter space origin. This is the vector * (x0, y0, z0) in the formulae above.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" name="refDirection" type="gml:VectorType"> * <annotation> * <documentation>The attribute refDirection gives the * target directions for the co-ordinate basis vectors of the * parameter space. These are the columns of the matrix in the * formulae given above. The number of directions given shall be * inDimension. The dimension of the directions shall be * outDimension.</documentation> * </annotation> * </element> * <element name="inDimension" type="positiveInteger"> * <annotation> * <documentation>Dimension of the constructive parameter * space.</documentation> * </annotation> * </element> * <element name="outDimension" type="positiveInteger"> * <annotation> * <documentation>Dimension of the co-ordinate space.</documentation> * </annotation> * </element> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType AFFINEPLACEMENTTYPE_TYPE = build_AFFINEPLACEMENTTYPE_TYPE(); private static ComplexType build_AFFINEPLACEMENTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","location"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","refDirection"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","inDimension"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","outDimension"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AffinePlacementType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ClothoidType_refLocation"> * <sequence> * <element ref="gml:AffinePlacement"> * <annotation> * <documentation>The "refLocation" is an affine mapping * that places the curve defined by the Fresnel Integrals * into the co-ordinate reference system of this object.</documentation> * </annotation> * </element> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CLOTHOIDTYPE_REFLOCATION_TYPE = build_CLOTHOIDTYPE_REFLOCATION_TYPE(); private static ComplexType build_CLOTHOIDTYPE_REFLOCATION_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( AFFINEPLACEMENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","AffinePlacement"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ClothoidType_refLocation"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ClothoidType"> * <annotation> * <documentation>A clothoid, or Cornu's spiral, is plane * curve whose curvature is a fixed function of its length. * In suitably chosen co-ordinates it is given by Fresnel's * integrals. * * x(t) = 0-integral-t cos(AT*T/2)dT * * y(t) = 0-integral-t sin(AT*T/2)dT * * This geometry is mainly used as a transition curve between * curves of type straight line to circular arc or circular arc * to circular arc. With this curve type it is possible to * achieve a C2-continous transition between the above mentioned * curve types. One formula for the Clothoid is A*A = R*t where * A is constant, R is the varying radius of curvature along the * the curve and t is the length along and given in the Fresnel * integrals.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <element name="refLocation"> * <complexType name="ClothoidType_refLocation"> * <sequence> * <element ref="gml:AffinePlacement"> * <annotation> * <documentation>The "refLocation" is an affine mapping * that places the curve defined by the Fresnel Integrals * into the co-ordinate reference system of this object.</documentation> * </annotation> * </element> * </sequence> * </complexType> * </element> * <element name="scaleFactor" type="decimal"> * <annotation> * <documentation>The element gives the value for the * constant in the Fresnel's integrals.</documentation> * </annotation> * </element> * <element name="startParameter" type="double"> * <annotation> * <documentation>The startParameter is the arc length * distance from the inflection point that will be the start * point for this curve segment. This shall be lower limit * used in the Fresnel integral and is the value of the * constructive parameter of this curve segment at its start * point. The startParameter can either be positive or * negative. * NOTE! If 0.0 (zero), lies between the startParameter and * the endParameter of the clothoid, then the curve goes * through the clothoid's inflection point, and the direction * of its radius of curvature, given by the second * derivative vector, changes sides with respect to the * tangent vector. The term length distance for the</documentation> * </annotation> * </element> * <element name="endParameter" type="double"> * <annotation> * <documentation>The endParameter is the arc length * distance from the inflection point that will be the end * point for this curve segment. This shall be upper limit * used in the Fresnel integral and is the value of the * constructive parameter of this curve segment at its * start point. The startParameter can either be positive * or negative.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CLOTHOIDTYPE_TYPE = build_CLOTHOIDTYPE_TYPE(); private static ComplexType build_CLOTHOIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CLOTHOIDTYPE_REFLOCATION_TYPE, new NameImpl("http://www.opengis.net/gml","refLocation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DECIMAL_TYPE, new NameImpl("http://www.opengis.net/gml","scaleFactor"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","startParameter"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","endParameter"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ClothoidType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MetaDataPropertyType"> * <annotation> * <documentation>Base type for complex metadata property types.</documentation> * </annotation> * <sequence minOccurs="0"> * <any processContents="lax"/> * <!-- <element ref="gml:_MetaData"/> --> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * <attribute name="about" type="anyURI" use="optional"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType METADATAPROPERTYTYPE_TYPE = build_METADATAPROPERTYTYPE_TYPE(); private static ComplexType build_METADATAPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MetaDataPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="StringOrRefType"> * <annotation> * <documentation>This type is available wherever there is a need for a "text" type property. It is of string type, so the text can be included inline, but the value can also be referenced remotely via xlinks from the AssociationAttributeGroup. If the remote reference is present, then the value obtained by traversing the link should be used, and the string content of the element can be used for an annotation.</documentation> * </annotation> * <simpleContent> * <extension base="string"> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType STRINGORREFTYPE_TYPE = build_STRINGORREFTYPE_TYPE(); private static ComplexType build_STRINGORREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","StringOrRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CodeType"> * <annotation> * <documentation>Name or code with an (optional) authority. Text token. * If the codeSpace attribute is present, then its value should identify a dictionary, thesaurus * or authority for the term, such as the organisation who assigned the value, * or the dictionary from which it is taken. * A text string with an optional codeSpace attribute. </documentation> * </annotation> * <simpleContent> * <extension base="string"> * <attribute name="codeSpace" type="anyURI" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CODETYPE_TYPE = build_CODETYPE_TYPE(); private static ComplexType build_CODETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CodeType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGMLType"> * <annotation> * <documentation>All complexContent GML elements are directly or indirectly derived from this abstract supertype * to establish a hierarchy of GML types that may be distinguished from other XML types by their ancestry. * Elements in this hierarchy may have an ID and are thus referenceable.</documentation> * </annotation> * <sequence> * <group ref="gml:StandardObjectProperties"/> * </sequence> * <attribute ref="gml:id" use="optional"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGMLTYPE_TYPE = build_ABSTRACTGMLTYPE_TYPE(); private static ComplexType build_ABSTRACTGMLTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGMLType"), schema, false, true, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeometryType"> * <annotation> * <documentation>All geometry elements are derived directly or indirectly from this abstract supertype. A geometry element may * have an identifying attribute ("gml:id"), a name (attribute "name") and a description (attribute "description"). It may be associated * with a spatial reference system (attribute "srsName"). The following rules shall be adhered: - Every geometry type shall derive * from this abstract type. - Every geometry element (i.e. an element of a geometry type) shall be directly or indirectly in the * substitution group of _Geometry.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <attribute name="gid" type="string" use="optional"> * <annotation> * <documentation>This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. * This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used * anymore and may be deleted in future versions of GML without further notice.</documentation> * </annotation> * </attribute> * <attributeGroup ref="gml:SRSReferenceGroup"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType ABSTRACTGEOMETRYTYPE_TYPE = build_ABSTRACTGEOMETRYTYPE_TYPE(); private static AttributeType build_ABSTRACTGEOMETRYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeometryType"), com.vividsolutions.jts.geom.Geometry.class, false, true, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeometricPrimitiveType"> * <annotation> * <documentation>This is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not * decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their * coordinate tuples.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometryType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE = build_ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE(); private static ComplexType build_ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeometricPrimitiveType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGEOMETRYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordinatesType"> * <annotation> * <documentation>Tables or arrays of tuples. * May be used for text-encoding of values from a table. * Actually just a string, but allows the user to indicate which characters are used as separators. * The value of the 'cs' attribute is the separator for coordinate values, * and the value of the 'ts' attribute gives the tuple separator (a single space by default); * the default values may be changed to reflect local usage. * Defaults to CSV within a tuple, space between tuples. * However, any string content will be schema-valid. </documentation> * </annotation> * <simpleContent> * <extension base="string"> * <attribute default="." name="decimal" type="string"/> * <attribute default="," name="cs" type="string"/> * <attribute default=" " name="ts" type="string"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATESTYPE_TYPE = build_COORDINATESTYPE_TYPE(); private static ComplexType build_COORDINATESTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","decimal"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","cs"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","ts"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinatesType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordType"> * <annotation> * <documentation>Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by * DirectPositionType.</documentation> * </annotation> * <sequence> * <element name="X" type="decimal"/> * <element minOccurs="0" name="Y" type="decimal"/> * <element minOccurs="0" name="Z" type="decimal"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDTYPE_TYPE = build_COORDTYPE_TYPE(); private static ComplexType build_COORDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.DECIMAL_TYPE, new NameImpl("http://www.opengis.net/gml","X"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DECIMAL_TYPE, new NameImpl("http://www.opengis.net/gml","Y"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DECIMAL_TYPE, new NameImpl("http://www.opengis.net/gml","Z"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PointType"> * <annotation> * <documentation>A Point is defined by a single coordinate tuple.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricPrimitiveType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the direct poisiton of a point. 1. The "pos" element is of type * DirectPositionType.</documentation> * </annotation> * <element ref="gml:pos"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers. Use "pos" * instead. The "coordinates" element shall only be used for coordinates with ordinates that require a string * representation, e.g. DMS representations.</documentation> * </annotation> * </element> * <element ref="gml:coord"> * <annotation> * <documentation>Deprecated with GML version 3.0. Use "pos" instead. The "coord" element is included for * backwards compatibility with GML 2.</documentation> * </annotation> * </element> * </choice> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType POINTTYPE_TYPE = build_POINTTYPE_TYPE(); private static AttributeType build_POINTTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","PointType"), com.vividsolutions.jts.geom.Point.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PointPropertyType"> * <annotation> * <documentation>A property that has a point as its value domain can either be an appropriate geometry element encapsulated in an * element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located * elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:Point"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote * resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific * set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. * XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be * used to reference remote properties. A simple link element can be used to implement pointer functionality, and this functionality has * been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType POINTPROPERTYTYPE_TYPE = build_POINTPROPERTYTYPE_TYPE(); private static AttributeType build_POINTPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","PointPropertyType"), com.vividsolutions.jts.geom.Point.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectPositionListType"> * <annotation> * <documentation>DirectPositionList instances hold the coordinates for a sequence of direct positions within the same coordinate * reference system (CRS).</documentation> * </annotation> * <simpleContent> * <extension base="gml:doubleList"> * <attributeGroup ref="gml:SRSReferenceGroup"/> * <attribute name="count" type="positiveInteger" use="optional"> * <annotation> * <documentation>"count" allows to specify the number of direct positions in the list. If the attribute count is present then * the attribute srsDimension shall be present, too.</documentation> * </annotation> * </attribute> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTPOSITIONLISTTYPE_TYPE = build_DIRECTPOSITIONLISTTYPE_TYPE(); private static ComplexType build_DIRECTPOSITIONLISTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","axisLabels"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","srsDimension"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","srsName"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","uomLabels"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","count"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectPositionListType"), schema, false, false, Collections.<Filter>emptyList(), DOUBLELIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MeasureType"> * <annotation> * <documentation>Number with a scale. * The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale. </documentation> * </annotation> * <simpleContent> * <extension base="double"> * <attribute name="uom" type="anyURI" use="required"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MEASURETYPE_TYPE = build_MEASURETYPE_TYPE(); private static ComplexType build_MEASURETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","uom"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MeasureType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.DOUBLE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LengthType"> * <annotation> * <documentation>Value of a length (or distance) quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LENGTHTYPE_TYPE = build_LENGTHTYPE_TYPE(); private static ComplexType build_LENGTHTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LengthType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AngleType"> * <annotation> * <documentation>Value of an angle quantity recorded as a single number, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an angle, such as degrees or radians.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ANGLETYPE_TYPE = build_ANGLETYPE_TYPE(); private static ComplexType build_ANGLETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AngleType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="CurveInterpolationType"> * <annotation> * <documentation>CurveInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an * application schema.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="linear"/> * <enumeration value="geodesic"/> * <enumeration value="circularArc3Points"/> * <enumeration value="circularArc2PointWithBulge"/> * <enumeration value="circularArcCenterPointWithRadius"/> * <enumeration value="elliptical"/> * <enumeration value="clothoid"/> * <enumeration value="conic"/> * <enumeration value="polynomialSpline"/> * <enumeration value="cubicSpline"/> * <enumeration value="rationalSpline"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType CURVEINTERPOLATIONTYPE_TYPE = build_CURVEINTERPOLATIONTYPE_TYPE(); private static AttributeType build_CURVEINTERPOLATIONTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","CurveInterpolationType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArcByCenterPointType"> * <annotation> * <documentation>This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly. The control point is the center point of the arc plus the radius and the bearing at start and end. This represenation can be used only in 2D.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) element. The "pos" element contains a center point that is only part of this curve segment, a "pointProperty" element contains a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element can be used to specifiy the coordinates of the center point, too. The number of direct positions in the list must be one.</documentation> * </annotation> * <choice> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * <element name="radius" type="gml:LengthType"> * <annotation> * <documentation>The radius of the arc.</documentation> * </annotation> * </element> * <element minOccurs="0" name="startAngle" type="gml:AngleType"> * <annotation> * <documentation>The bearing of the arc at the start.</documentation> * </annotation> * </element> * <element minOccurs="0" name="endAngle" type="gml:AngleType"> * <annotation> * <documentation>The bearing of the arc at the end.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="circularArcCenterPointWithRadius" * name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For an ArcByCenterPoint the interpolation is fixed as "circularArcCenterPointWithRadius".</documentation> * </annotation> * </attribute> * <attribute fixed="1" name="numArc" type="integer" use="required"> * <annotation> * <documentation>Since this type describes always a single arc, the attribute is fixed to "1".</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARCBYCENTERPOINTTYPE_TYPE = build_ARCBYCENTERPOINTTYPE_TYPE(); private static ComplexType build_ARCBYCENTERPOINTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LENGTHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","radius"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","startAngle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","endAngle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numArc"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcByCenterPointType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CircleByCenterPointType"> * <annotation> * <documentation>A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.</documentation> * </annotation> * <complexContent> * <extension base="gml:ArcByCenterPointType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CIRCLEBYCENTERPOINTTYPE_TYPE = build_CIRCLEBYCENTERPOINTTYPE_TYPE(); private static ComplexType build_CIRCLEBYCENTERPOINTTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CircleByCenterPointType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ARCBYCENTERPOINTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DefinitionType"> * <annotation> * <documentation>A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. The inherited "metaDataProperty" elements can be used to reference or include more information about this definition. * The gml:id attribute is required - it must be possible to reference this definition using this handle. </documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractGMLType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element minOccurs="0" ref="gml:description"/> * <element maxOccurs="unbounded" ref="gml:name"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DEFINITIONTYPE_TYPE = build_DEFINITIONTYPE_TYPE(); private static ComplexType build_DEFINITIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DefinitionType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractReferenceSystemBaseType"> * <annotation> * <documentation>Basic encoding for reference system objects, simplifying and restricting the DefinitionType as needed.</documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:srsName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTREFERENCESYSTEMBASETYPE_TYPE = build_ABSTRACTREFERENCESYSTEMBASETYPE_TYPE(); private static ComplexType build_ABSTRACTREFERENCESYSTEMBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","srsName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractReferenceSystemBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="IdentifierType"> * <annotation> * <documentation>An identification of a CRS object. The first use of the IdentifierType for an object, if any, is normally the primary identification code, and any others are aliases.</documentation> * </annotation> * <sequence> * <element ref="gml:name"> * <annotation> * <documentation>The code or name for this Identifier, often from a controlled list or pattern defined by a code space. The optional codeSpace attribute is normally included to identify or reference a code space within which one or more codes are defined. This code space is often defined by some authority organization, where one organization may define multiple code spaces. The range and format of each Code Space identifier is defined by that code space authority. Information about that code space authority can be included as metaDataProperty elements which are optionally allowed in all CRS objects.</documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:version"/> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Remarks about this code or alias.</documentation> * </annotation> * </element> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType IDENTIFIERTYPE_TYPE = build_IDENTIFIERTYPE_TYPE(); private static ComplexType build_IDENTIFIERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","version"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","IdentifierType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractSurfaceType"> * <annotation> * <documentation>An abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricPrimitiveType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTSURFACETYPE_TYPE = build_ABSTRACTSURFACETYPE_TYPE(); private static ComplexType build_ABSTRACTSURFACETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractSurfaceType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractRingType"> * <annotation> * <documentation>An abstraction of a ring to support surface boundaries of different complexity.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometryType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTRINGTYPE_TYPE = build_ABSTRACTRINGTYPE_TYPE(); private static ComplexType build_ABSTRACTRINGTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractRingType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGEOMETRYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractRingPropertyType"> * <annotation> * <documentation>Encapsulates a ring to represent the surface boundary property of a surface.</documentation> * </annotation> * <sequence> * <element ref="gml:_Ring"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTRINGPROPERTYTYPE_TYPE = build_ABSTRACTRINGPROPERTYTYPE_TYPE(); private static ComplexType build_ABSTRACTRINGPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTRINGTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Ring"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractRingPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolygonType"> * <annotation> * <documentation>A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfaceType"> * <sequence> * <element minOccurs="0" ref="gml:exterior"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:interior"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType POLYGONTYPE_TYPE = build_POLYGONTYPE_TYPE(); private static AttributeType build_POLYGONTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","PolygonType"), com.vividsolutions.jts.geom.Polygon.class, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EnvelopeType"> * <annotation> * <documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. The first direct * position is the "lower corner" (a coordinate position consisting of all the minimal ordinates for each dimension for all points within the envelope), * the second one the "upper corner" (a coordinate position consisting of all the maximal ordinates for each dimension for all points within the * envelope).</documentation> * </annotation> * <choice> * <sequence> * <element name="lowerCorner" type="gml:DirectPositionType"/> * <element name="upperCorner" type="gml:DirectPositionType"/> * </sequence> * <element maxOccurs="2" minOccurs="2" ref="gml:coord"> * <annotation> * <appinfo>deprecated</appinfo> * <documentation>deprecated with GML version 3.0</documentation> * </annotation> * </element> * <element maxOccurs="2" minOccurs="2" ref="gml:pos"> * <annotation> * <appinfo>deprecated</appinfo> * <documentation>Deprecated with GML version 3.1. Use the explicit properties "lowerCorner" and "upperCorner" instead.</documentation> * </annotation> * </element> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use the explicit properties "lowerCorner" and "upperCorner" instead.</documentation> * </annotation> * </element> * </choice> * <attributeGroup ref="gml:SRSReferenceGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ENVELOPETYPE_TYPE = build_ENVELOPETYPE_TYPE(); private static ComplexType build_ENVELOPETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","lowerCorner"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","upperCorner"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coord"), 2, 2, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 2, 2, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","axisLabels"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","srsDimension"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","srsName"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( NCNAMELIST_TYPE, new NameImpl("http://www.opengis.net/gml","uomLabels"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EnvelopeType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimeObjectType"> * <annotation> * <documentation xml:lang="en">The abstract supertype for temporal objects.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMEOBJECTTYPE_TYPE = build_ABSTRACTTIMEOBJECTTYPE_TYPE(); private static ComplexType build_ABSTRACTTIMEOBJECTTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimeObjectType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimePrimitiveType"> * <annotation> * <documentation xml:lang="en">The abstract supertype for temporal primitives.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeObjectType"> * <sequence> * <!--element name="relatedTime" type="gml:RelatedTimeType" minOccurs="0" maxOccurs="unbounded"/--> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMEPRIMITIVETYPE_TYPE = build_ABSTRACTTIMEPRIMITIVETYPE_TYPE(); private static ComplexType build_ABSTRACTTIMEPRIMITIVETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimePrimitiveType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTTIMEOBJECTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimeGeometricPrimitiveType"> * <annotation> * <documentation xml:lang="en">The abstract supertype for temporal geometric primitives. * A temporal geometry must be associated with a temporal reference system via URI. * The Gregorian calendar with UTC is the default reference system, following ISO * 8601. Other reference systems in common use include the GPS calendar and the * Julian calendar.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimePrimitiveType"> * <attribute default="#ISO-8601" name="frame" type="anyURI" use="optional"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE = build_ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE(); private static ComplexType build_ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","frame"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimeGeometricPrimitiveType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTTIMEPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="TimePositionUnion"> * <annotation> * <documentation xml:lang="en">The ISO 19108:2002 hierarchy of subtypes for temporal position are collapsed * by defining a union of XML Schema simple types for indicating temporal position relative * to a specific reference system. * * Dates and dateTime may be indicated with varying degrees of precision. * dateTime by itself does not allow right-truncation, except for fractions of seconds. * When used with non-Gregorian calendars based on years, months, days, * the same lexical representation should still be used, with leading zeros added if the * year value would otherwise have fewer than four digits. * * An ordinal position may be referenced via URI identifying the definition of an ordinal era. * * A time coordinate value is indicated as a decimal (e.g. UNIX time, GPS calendar).</documentation> * </annotation> * <union memberTypes="gml:CalDate time dateTime anyURI decimal"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType TIMEPOSITIONUNION_TYPE = build_TIMEPOSITIONUNION_TYPE(); private static AttributeType build_TIMEPOSITIONUNION_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","TimePositionUnion"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="TimeIndeterminateValueType"> * <annotation> * <documentation xml:lang="en">This enumerated data type specifies values for indeterminate positions.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="after"/> * <enumeration value="before"/> * <enumeration value="now"/> * <enumeration value="unknown"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType TIMEINDETERMINATEVALUETYPE_TYPE = build_TIMEINDETERMINATEVALUETYPE_TYPE(); private static AttributeType build_TIMEINDETERMINATEVALUETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeIndeterminateValueType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType final="#all" name="TimePositionType"> * <annotation> * <documentation xml:lang="en">Direct representation of a temporal position. * Indeterminate time values are also allowed, as described in ISO 19108. The indeterminatePosition * attribute can be used alone or it can qualify a specific value for temporal position (e.g. before * 2002-12, after 1019624400). * For time values that identify position within a calendar, the calendarEraName attribute provides * the name of the calendar era to which the date is referenced (e.g. the Meiji era of the Japanese calendar).</documentation> * </annotation> * <simpleContent> * <extension base="gml:TimePositionUnion"> * <attribute default="#ISO-8601" name="frame" type="anyURI" use="optional"/> * <attribute name="calendarEraName" type="string" use="optional"/> * <attribute name="indeterminatePosition" * type="gml:TimeIndeterminateValueType" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEPOSITIONTYPE_TYPE = build_TIMEPOSITIONTYPE_TYPE(); private static ComplexType build_TIMEPOSITIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","frame"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","calendarEraName"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINDETERMINATEVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","indeterminatePosition"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimePositionType"), schema, false, false, Collections.<Filter>emptyList(), TIMEPOSITIONUNION_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeInstantType"> * <annotation> * <documentation>Omit back-pointers begunBy, endedBy.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeGeometricPrimitiveType"> * <sequence> * <element ref="gml:timePosition"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEINSTANTTYPE_TYPE = build_TIMEINSTANTTYPE_TYPE(); private static ComplexType build_TIMEINSTANTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","timePosition"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeInstantType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeInstantPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TimeInstant"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEINSTANTPROPERTYTYPE_TYPE = build_TIMEINSTANTPROPERTYTYPE_TYPE(); private static ComplexType build_TIMEINSTANTPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEINSTANTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeInstant"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeInstantPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="TimeUnitType"> * <annotation> * <documentation xml:lang="en">Standard units for measuring time intervals (see ISO 31-1).</documentation> * </annotation> * <union> * <simpleType> * <restriction base="string"> * <enumeration value="year"/> * <enumeration value="day"/> * <enumeration value="hour"/> * <enumeration value="minute"/> * <enumeration value="second"/> * </restriction> * </simpleType> * <simpleType> * <restriction base="string"> * <pattern value="other:\w{2,}"/> * </restriction> * </simpleType> * </union> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType TIMEUNITTYPE_TYPE = build_TIMEUNITTYPE_TYPE(); private static AttributeType build_TIMEUNITTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeUnitType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType final="#all" name="TimeIntervalLengthType"> * <annotation> * <documentation xml:lang="en">This type extends the built-in xsd:decimal simple type to allow floating-point * values for temporal length. According to the ISO 11404 model you have to use * positiveInteger together with appropriate values for radix and factor. The * resolution of the time interval is to one radix ^(-factor) of the specified * time unit (e.g. unit="second", radix="10", factor="3" specifies a resolution * of milliseconds). It is a subtype of TimeDurationType.</documentation> * </annotation> * <simpleContent> * <extension base="decimal"> * <attribute name="unit" type="gml:TimeUnitType" use="required"/> * <attribute name="radix" type="positiveInteger" use="optional"/> * <attribute name="factor" type="integer" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEINTERVALLENGTHTYPE_TYPE = build_TIMEINTERVALLENGTHTYPE_TYPE(); private static ComplexType build_TIMEINTERVALLENGTHTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEUNITTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","unit"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","radix"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","factor"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeIntervalLengthType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.DECIMAL_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimePeriodType"> * <complexContent> * <extension base="gml:AbstractTimeGeometricPrimitiveType"> * <sequence> * <choice> * <element name="beginPosition" type="gml:TimePositionType"/> * <element name="begin" type="gml:TimeInstantPropertyType"/> * </choice> * <choice> * <element name="endPosition" type="gml:TimePositionType"/> * <element name="end" type="gml:TimeInstantPropertyType"/> * </choice> * <group minOccurs="0" ref="gml:timeLength"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEPERIODTYPE_TYPE = build_TIMEPERIODTYPE_TYPE(); private static ComplexType build_TIMEPERIODTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","beginPosition"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINSTANTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","begin"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","endPosition"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINSTANTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","end"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DURATION_TYPE, new NameImpl("http://www.opengis.net/gml","duration"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINTERVALLENGTHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","timeInterval"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimePeriodType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ExtentType"> * <annotation> * <documentation>Information about the spatial, vertical, and/or temporal extent of a reference system object. Constraints: At least one of the elements "description", "boundingBox", "boundingPolygon", "verticalExtent", and temporalExtent" must be included, but more that one can be included when appropriate. Furthermore, more than one "boundingBox", "boundingPolygon", "verticalExtent", and/or temporalExtent" element can be included, with more than one meaning the union of the individual domains.</documentation> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:description"> * <annotation> * <documentation>Description of spatial and/or temporal extent of this object.</documentation> * </annotation> * </element> * <choice> * <annotation> * <documentation>Geographic domain of this reference system object.</documentation> * </annotation> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:boundingBox"> * <annotation> * <documentation>Unordered list of bounding boxes (or envelopes) whose union describes the spatial domain of this object.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:boundingPolygon"> * <annotation> * <documentation>Unordered list of bounding polygons whose union describes the spatial domain of this object.</documentation> * </annotation> * </element> * </choice> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:verticalExtent"> * <annotation> * <documentation>Unordered list of vertical intervals whose union describes the spatial domain of this object.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:temporalExtent"> * <annotation> * <documentation>Unordered list of time periods whose union describes the spatial domain of this object.</documentation> * </annotation> * </element> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType EXTENTTYPE_TYPE = build_EXTENTTYPE_TYPE(); private static ComplexType build_EXTENTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ENVELOPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundingBox"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( POLYGONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundingPolygon"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( ENVELOPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","verticalExtent"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEPERIODTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","temporalExtent"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ExtentType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractReferenceSystemType"> * <annotation> * <documentation>Description of a spatial and/or temporal reference system used by a dataset.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:srsID"> * <annotation> * <documentation>Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.</documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this reference system, including source information.</documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:validArea"/> * <element minOccurs="0" ref="gml:scope"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTREFERENCESYSTEMTYPE_TYPE = build_ABSTRACTREFERENCESYSTEMTYPE_TYPE(); private static ComplexType build_ABSTRACTREFERENCESYSTEMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","srsID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( EXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validArea"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","scope"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractReferenceSystemType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCoordinateSystemBaseType"> * <annotation> * <documentation>Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:csName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCOORDINATESYSTEMBASETYPE_TYPE = build_ABSTRACTCOORDINATESYSTEMBASETYPE_TYPE(); private static ComplexType build_ABSTRACTCOORDINATESYSTEMBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","csName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCoordinateSystemBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="CoordinateSystemAxisBaseType"> * <annotation> * <documentation>Basic encoding for coordinate system axis objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:name"> * <annotation> * <documentation>The name by which this coordinate system axis is identified. </documentation> * </annotation> * </element> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATESYSTEMAXISBASETYPE_TYPE = build_COORDINATESYSTEMAXISBASETYPE_TYPE(); private static ComplexType build_COORDINATESYSTEMAXISBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxisBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordinateSystemAxisType"> * <annotation> * <documentation>Definition of a coordinate system axis. </documentation> * </annotation> * <complexContent> * <extension base="gml:CoordinateSystemAxisBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:axisID"> * <annotation> * <documentation>Set of alternative identifications of this coordinate system axis. The first axisID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this coordinate system axis, including data source information. </documentation> * </annotation> * </element> * <element ref="gml:axisAbbrev"/> * <element ref="gml:axisDirection"/> * </sequence> * <attribute ref="gml:uom" use="required"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATESYSTEMAXISTYPE_TYPE = build_COORDINATESYSTEMAXISTYPE_TYPE(); private static ComplexType build_COORDINATESYSTEMAXISTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","axisID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","axisAbbrev"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","axisDirection"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","uom"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxisType"), schema, false, false, Collections.<Filter>emptyList(), COORDINATESYSTEMAXISBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordinateSystemAxisRefType"> * <annotation> * <documentation>Association to a coordinate system axis, either referencing or containing the definition of that axis. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:CoordinateSystemAxis"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATESYSTEMAXISREFTYPE_TYPE = build_COORDINATESYSTEMAXISREFTYPE_TYPE(); private static ComplexType build_COORDINATESYSTEMAXISREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COORDINATESYSTEMAXISTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxis"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxisRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCoordinateSystemType"> * <annotation> * <documentation>A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:csID"> * <annotation> * <documentation>Set of alternative identifications of this coordinate system. The first csID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this coordinate system, including data source information. </documentation> * </annotation> * </element> * <element maxOccurs="unbounded" ref="gml:usesAxis"> * <annotation> * <documentation>Ordered sequence of associations to the coordinate system axes included in this coordinate system. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCOORDINATESYSTEMTYPE_TYPE = build_ABSTRACTCOORDINATESYSTEMTYPE_TYPE(); private static ComplexType build_ABSTRACTCOORDINATESYSTEMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","csID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESYSTEMAXISREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesAxis"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCoordinateSystemType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EllipsoidalCSType"> * <annotation> * <documentation>A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. An EllipsoidalCS shall have two or three usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ELLIPSOIDALCSTYPE_TYPE = build_ELLIPSOIDALCSTYPE_TYPE(); private static ComplexType build_ELLIPSOIDALCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EllipsoidalCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EllipsoidalCSRefType"> * <annotation> * <documentation>Association to an ellipsoidal coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:EllipsoidalCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ELLIPSOIDALCSREFTYPE_TYPE = build_ELLIPSOIDALCSREFTYPE_TYPE(); private static ComplexType build_ELLIPSOIDALCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ELLIPSOIDALCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","EllipsoidalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EllipsoidalCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractDatumBaseType"> * <annotation> * <documentation>Basic encoding for datum objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:datumName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTDATUMBASETYPE_TYPE = build_ABSTRACTDATUMBASETYPE_TYPE(); private static ComplexType build_ABSTRACTDATUMBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","datumName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractDatumBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractDatumType"> * <annotation> * <documentation>A datum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin of the coordinate reference system. Each datum subtype can be associated with only specific types of coordinate systems. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractDatumBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:datumID"> * <annotation> * <documentation>Set of alternative identifications of this datum. The first datumID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on this reference system, including source information. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:anchorPoint"/> * <element minOccurs="0" ref="gml:realizationEpoch"/> * <element minOccurs="0" ref="gml:validArea"/> * <element minOccurs="0" ref="gml:scope"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTDATUMTYPE_TYPE = build_ABSTRACTDATUMTYPE_TYPE(); private static ComplexType build_ABSTRACTDATUMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","datumID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","anchorPoint"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DATE_TYPE, new NameImpl("http://www.opengis.net/gml","realizationEpoch"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( EXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validArea"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","scope"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractDatumType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTDATUMBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="PrimeMeridianBaseType"> * <annotation> * <documentation>Basic encoding for prime meridian objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:meridianName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PRIMEMERIDIANBASETYPE_TYPE = build_PRIMEMERIDIANBASETYPE_TYPE(); private static ComplexType build_PRIMEMERIDIANBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","meridianName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PrimeMeridianBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="DegreeValueType"> * <annotation> * <documentation>Integer number of degrees in a degree-minute-second or degree-minute angular value, without indication of direction.</documentation> * </annotation> * <restriction base="nonNegativeInteger"> * <maxInclusive value="359"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType DEGREEVALUETYPE_TYPE = build_DEGREEVALUETYPE_TYPE(); private static AttributeType build_DEGREEVALUETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","DegreeValueType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.NONNEGATIVEINTEGER_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DegreesType"> * <annotation> * <documentation>Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.</documentation> * </annotation> * <simpleContent> * <extension base="gml:DegreeValueType"> * <attribute name="direction"> * <simpleType> * <union> * <simpleType> * <restriction base="string"> * <enumeration value="N"/> * <enumeration value="E"/> * <enumeration value="S"/> * <enumeration value="W"/> * </restriction> * </simpleType> * <simpleType> * <restriction base="gml:SignType"/> * </simpleType> * </union> * </simpleType> * </attribute> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DEGREESTYPE_TYPE = build_DEGREESTYPE_TYPE(); private static ComplexType build_DEGREESTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DegreesType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), DEGREEVALUETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="DecimalMinutesType"> * <annotation> * <documentation>Decimal number of arc-minutes in a degree-minute angular value.</documentation> * </annotation> * <restriction base="decimal"> * <minInclusive value="0.00"/> * <maxExclusive value="60.00"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType DECIMALMINUTESTYPE_TYPE = build_DECIMALMINUTESTYPE_TYPE(); private static AttributeType build_DECIMALMINUTESTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","DecimalMinutesType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.DECIMAL_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="ArcMinutesType"> * <annotation> * <documentation>Integer number of arc-minutes in a degree-minute-second angular value.</documentation> * </annotation> * <restriction base="nonNegativeInteger"> * <maxInclusive value="59"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType ARCMINUTESTYPE_TYPE = build_ARCMINUTESTYPE_TYPE(); private static AttributeType build_ARCMINUTESTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcMinutesType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.NONNEGATIVEINTEGER_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="ArcSecondsType"> * <annotation> * <documentation>Number of arc-seconds in a degree-minute-second angular value.</documentation> * </annotation> * <restriction base="decimal"> * <minInclusive value="0.00"/> * <maxExclusive value="60.00"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType ARCSECONDSTYPE_TYPE = build_ARCSECONDSTYPE_TYPE(); private static AttributeType build_ARCSECONDSTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcSecondsType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.DECIMAL_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DMSAngleType"> * <annotation> * <documentation>Angle value provided in degree-minute-second or degree-minute format.</documentation> * </annotation> * <sequence> * <element ref="gml:degrees"/> * <choice minOccurs="0"> * <element ref="gml:decimalMinutes"/> * <sequence> * <element ref="gml:minutes"/> * <element minOccurs="0" ref="gml:seconds"/> * </sequence> * </choice> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DMSANGLETYPE_TYPE = build_DMSANGLETYPE_TYPE(); private static ComplexType build_DMSANGLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DEGREESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","degrees"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DECIMALMINUTESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","decimalMinutes"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ARCMINUTESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","minutes"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ARCSECONDSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","seconds"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DMSAngleType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AngleChoiceType"> * <annotation> * <documentation>Value of an angle quantity provided in either degree-minute-second format or single value format.</documentation> * </annotation> * <choice> * <element ref="gml:angle"/> * <element ref="gml:dmsAngle"/> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ANGLECHOICETYPE_TYPE = build_ANGLECHOICETYPE_TYPE(); private static ComplexType build_ANGLECHOICETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","angle"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DMSANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dmsAngle"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AngleChoiceType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PrimeMeridianType"> * <annotation> * <documentation>A prime meridian defines the origin from which longitude values are determined.</documentation> * </annotation> * <complexContent> * <extension base="gml:PrimeMeridianBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:meridianID"> * <annotation> * <documentation>Set of alternative identifications of this prime meridian. The first meridianID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this prime meridian, including source information. </documentation> * </annotation> * </element> * <element ref="gml:greenwichLongitude"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PRIMEMERIDIANTYPE_TYPE = build_PRIMEMERIDIANTYPE_TYPE(); private static ComplexType build_PRIMEMERIDIANTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","meridianID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ANGLECHOICETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","greenwichLongitude"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PrimeMeridianType"), schema, false, false, Collections.<Filter>emptyList(), PRIMEMERIDIANBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PrimeMeridianRefType"> * <annotation> * <documentation>Association to a prime meridian, either referencing or containing the definition of that meridian. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:PrimeMeridian"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PRIMEMERIDIANREFTYPE_TYPE = build_PRIMEMERIDIANREFTYPE_TYPE(); private static ComplexType build_PRIMEMERIDIANREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( PRIMEMERIDIANTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","PrimeMeridian"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PrimeMeridianRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="EllipsoidBaseType"> * <annotation> * <documentation>Basic encoding for ellipsoid objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:ellipsoidName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ELLIPSOIDBASETYPE_TYPE = build_ELLIPSOIDBASETYPE_TYPE(); private static ComplexType build_ELLIPSOIDBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ellipsoidName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EllipsoidBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="_isSphere"> * <restriction base="string"> * <enumeration value="sphere"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType _ISSPHERE_TYPE = build__ISSPHERE_TYPE(); private static AttributeType build__ISSPHERE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","_isSphere"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SecondDefiningParameterType"> * <annotation> * <documentation>Definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.</documentation> * </annotation> * <choice> * <element ref="gml:inverseFlattening"/> * <element ref="gml:semiMinorAxis"/> * <element ref="gml:isSphere"/> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SECONDDEFININGPARAMETERTYPE_TYPE = build_SECONDDEFININGPARAMETERTYPE_TYPE(); private static ComplexType build_SECONDDEFININGPARAMETERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","inverseFlattening"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","semiMinorAxis"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( _ISSPHERE_TYPE, new NameImpl("http://www.opengis.net/gml","isSphere"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SecondDefiningParameterType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EllipsoidType"> * <annotation> * <documentation>An ellipsoid is a geometric figure that can be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about its minor axis.</documentation> * </annotation> * <complexContent> * <extension base="gml:EllipsoidBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:ellipsoidID"> * <annotation> * <documentation>Set of alternative identifications of this ellipsoid. The first ellipsoidID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this ellipsoid, including source information. </documentation> * </annotation> * </element> * <element ref="gml:semiMajorAxis"/> * <element ref="gml:secondDefiningParameter"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ELLIPSOIDTYPE_TYPE = build_ELLIPSOIDTYPE_TYPE(); private static ComplexType build_ELLIPSOIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ellipsoidID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","semiMajorAxis"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SECONDDEFININGPARAMETERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","secondDefiningParameter"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EllipsoidType"), schema, false, false, Collections.<Filter>emptyList(), ELLIPSOIDBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EllipsoidRefType"> * <annotation> * <documentation>Association to an ellipsoid, either referencing or containing the definition of that ellipsoid. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:Ellipsoid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ELLIPSOIDREFTYPE_TYPE = build_ELLIPSOIDREFTYPE_TYPE(); private static ComplexType build_ELLIPSOIDREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ELLIPSOIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Ellipsoid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EllipsoidRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeodeticDatumType"> * <annotation> * <documentation>A geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth, or of a Cartesian coordinate system centered in this ellipsoid (or sphere). </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractDatumType"> * <sequence> * <element ref="gml:usesPrimeMeridian"/> * <element ref="gml:usesEllipsoid"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEODETICDATUMTYPE_TYPE = build_GEODETICDATUMTYPE_TYPE(); private static ComplexType build_GEODETICDATUMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( PRIMEMERIDIANREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesPrimeMeridian"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ELLIPSOIDREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesEllipsoid"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeodeticDatumType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDATUMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeodeticDatumRefType"> * <annotation> * <documentation>Association to a geodetic datum, either referencing or containing the definition of that datum. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:GeodeticDatum"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEODETICDATUMREFTYPE_TYPE = build_GEODETICDATUMREFTYPE_TYPE(); private static ComplexType build_GEODETICDATUMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GEODETICDATUMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GeodeticDatum"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeodeticDatumRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeographicCRSType"> * <annotation> * <documentation>A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <element ref="gml:usesEllipsoidalCS"/> * <element ref="gml:usesGeodeticDatum"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOGRAPHICCRSTYPE_TYPE = build_GEOGRAPHICCRSTYPE_TYPE(); private static ComplexType build_GEOGRAPHICCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ELLIPSOIDALCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesEllipsoidalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GEODETICDATUMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesGeodeticDatum"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeographicCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeographicCRSRefType"> * <annotation> * <documentation>Association to a geographic coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:GeographicCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOGRAPHICCRSREFTYPE_TYPE = build_GEOGRAPHICCRSREFTYPE_TYPE(); private static ComplexType build_GEOGRAPHICCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GEOGRAPHICCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GeographicCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeographicCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LinearRingType"> * <annotation> * <documentation>A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractRingType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a linear ring. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this ring, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this ring (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this ring only. The number of direct positions in the list must be at least four.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="4"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="4" ref="gml:coord"> * <annotation> * <documentation>Deprecated with GML version 3.0 and included for backwards compatibility with GML 2. Use "pos" elements instead.</documentation> * </annotation> * </element> * </choice> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType LINEARRINGTYPE_TYPE = build_LINEARRINGTYPE_TYPE(); private static AttributeType build_LINEARRINGTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","LinearRingType"), com.vividsolutions.jts.geom.LinearRing.class, false, false, Collections.<Filter>emptyList(), ABSTRACTRINGTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LinearRingPropertyType"> * <annotation> * <documentation>Encapsulates a ring to represent properties in features or geometry collections.</documentation> * </annotation> * <choice> * <element ref="gml:LinearRing"/> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType LINEARRINGPROPERTYTYPE_TYPE = build_LINEARRINGPROPERTYTYPE_TYPE(); private static AttributeType build_LINEARRINGPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","LinearRingPropertyType"), com.vividsolutions.jts.geom.LinearRing.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractSolidType"> * <annotation> * <documentation>An abstraction of a solid to support the different levels of complexity. A solid is always contiguous.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricPrimitiveType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTSOLIDTYPE_TYPE = build_ABSTRACTSOLIDTYPE_TYPE(); private static ComplexType build_ABSTRACTSOLIDTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractSolidType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SolidPropertyType"> * <annotation> * <documentation>A property that has a solid as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Solid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SOLIDPROPERTYTYPE_TYPE = build_SOLIDPROPERTYTYPE_TYPE(); private static ComplexType build_SOLIDPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTSOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Solid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SolidPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeSolidType"> * <annotation> * <documentation>A composite solid is a geometry type with all the geometric properties of a (primitive) solid. * Essentially, a composite solid is a collection of solids that join in pairs on common boundary surfaces and which, when considered as a whole, form a single solid.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSolidType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:solidMember"> * <annotation> * <appinfo> * <sch:pattern name="Check either href or content not both"> * <sch:rule context="gml:solidMember"> * <sch:extends rule="hrefOrContent"/> * </sch:rule> * </sch:pattern> * </appinfo> * <documentation>This element references or contains one solid in the composite solid. The solids are contiguous. * NOTE: This definition allows for a nested structure, i.e. a CompositeSolid may use, for example, another CompositeSolid as a member.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITESOLIDTYPE_TYPE = build_COMPOSITESOLIDTYPE_TYPE(); private static ComplexType build_COMPOSITESOLIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SOLIDPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","solidMember"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeSolidType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSOLIDTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeSolidPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:CompositeSolid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITESOLIDPROPERTYTYPE_TYPE = build_COMPOSITESOLIDPROPERTYTYPE_TYPE(); private static ComplexType build_COMPOSITESOLIDPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COMPOSITESOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeSolid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeSolidPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="NullType"> * <annotation> * <documentation>Utility type for null elements. The value may be selected from one of the enumerated tokens, or may be a URI in which case this should identify a resource which describes the reason for the null. </documentation> * </annotation> * <union memberTypes="gml:NullEnumeration anyURI"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType NULLTYPE_TYPE = build_NULLTYPE_TYPE(); private static AttributeType build_NULLTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","NullType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BoundingShapeType"> * <annotation> * <documentation>Bounding shape.</documentation> * </annotation> * <sequence> * <choice> * <element ref="gml:Envelope"/> * <element ref="gml:Null"/> * </choice> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BOUNDINGSHAPETYPE_TYPE = build_BOUNDINGSHAPETYPE_TYPE(); private static ComplexType build_BOUNDINGSHAPETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ENVELOPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Envelope"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( NULLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Null"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BoundingShapeType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LocationPropertyType"> * <annotation> * <documentation>Convenience property for generalised location. * A representative location for plotting or analysis. * Often augmented by one or more additional geometry properties with more specific semantics.</documentation> * <documentation>Deprecated in GML 3.1.0</documentation> * </annotation> * <sequence minOccurs="0"> * <choice> * <element ref="gml:_Geometry"/> * <element ref="gml:LocationKeyWord"/> * <element ref="gml:LocationString"/> * <element ref="gml:Null"/> * </choice> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LOCATIONPROPERTYTYPE_TYPE = build_LOCATIONPROPERTYTYPE_TYPE(); private static ComplexType build_LOCATIONPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGEOMETRYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Geometry"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","LocationKeyWord"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","LocationString"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( NULLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Null"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LocationPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractFeatureType"> * <annotation> * <documentation>An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy. A concrete feature type must derive from this type and specify additional properties in an application schema. A feature must possess an identifying attribute ('id' - 'fid' has been deprecated).</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <element minOccurs="0" ref="gml:boundedBy"/> * <element minOccurs="0" ref="gml:location"> * <annotation> * <appinfo>deprecated</appinfo> * <documentation>deprecated in GML version 3.1</documentation> * </annotation> * </element> * <!-- additional properties must be specified in an application schema --> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTFEATURETYPE_TYPE = build_ABSTRACTFEATURETYPE_TYPE(); private static ComplexType build_ABSTRACTFEATURETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LOCATIONPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","location"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractFeatureType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DomainSetType"> * <annotation> * <documentation>The spatiotemporal domain of a coverage. * Typically * * a geometry collection, * * an implicit geometry (e.g. a grid), * * an explicit or implicit collection of time instances or periods, or * * N.B. Temporal geometric complexes and temporal grids are not yet implemented in GML.</documentation> * </annotation> * <sequence minOccurs="0"> * <choice> * <element ref="gml:_Geometry"/> * <element ref="gml:_TimeObject"/> * </choice> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DOMAINSETTYPE_TYPE = build_DOMAINSETTYPE_TYPE(); private static ComplexType build_DOMAINSETTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGEOMETRYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Geometry"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTTIMEOBJECTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TimeObject"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DomainSetType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeValueType"> * <annotation> * <documentation>Aggregate value built from other Values using the Composite pattern. It contains zero or an arbitrary number of valueComponent elements, and zero or one valueComponents elements. It may be used for strongly coupled aggregates (vectors, tensors) or for arbitrary collections of values.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <!--element ref="gml:valueComponent" minOccurs="0" maxOccurs="unbounded"/> * <element ref="gml:valueComponents" minOccurs="0"/--> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITEVALUETYPE_TYPE = build_COMPOSITEVALUETYPE_TYPE(); private static ComplexType build_COMPOSITEVALUETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeValueType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ValueArrayType"> * <annotation> * <documentation>A Value Array is used for homogeneous arrays of primitive and aggregate values. The member values may be scalars, composites, arrays or lists. ValueArray has the same content model as CompositeValue, but the member values must be homogeneous. The element declaration contains a Schematron constraint which expresses this restriction precisely. Since the members are homogeneous, the referenceSystem (uom, codeSpace) may be specified on the ValueArray itself and implicitly inherited by all the members if desired. Note that a_ScalarValueList is preferred for arrays of Scalar Values since this is a more efficient encoding.</documentation> * </annotation> * <complexContent> * <extension base="gml:CompositeValueType"> * <attributeGroup ref="gml:referenceSystem"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VALUEARRAYTYPE_TYPE = build_VALUEARRAYTYPE_TYPE(); private static ComplexType build_VALUEARRAYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","uom"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ValueArrayType"), schema, false, false, Collections.<Filter>emptyList(), COMPOSITEVALUETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="booleanOrNullList"> * <annotation> * <documentation>XML List based on the union type defined above. An element declared with this type contains a space-separated list of boolean values {0,1,true,false} with null values interspersed as needed</documentation> * </annotation> * <list itemType="gml:booleanOrNull"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType BOOLEANORNULLLIST_TYPE = build_BOOLEANORNULLLIST_TYPE(); private static AttributeType build_BOOLEANORNULLLIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","booleanOrNullList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="NameOrNullList"> * <annotation> * <documentation>XML List based on the union type defined above. An element declared with this type contains a space-separated list of Name values with null values interspersed as needed</documentation> * </annotation> * <list itemType="gml:NameOrNull"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType NAMEORNULLLIST_TYPE = build_NAMEORNULLLIST_TYPE(); private static AttributeType build_NAMEORNULLLIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","NameOrNullList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CodeOrNullListType"> * <annotation> * <documentation>List of values on a uniform nominal scale. List of text tokens. * In a list context a token should not include any spaces, so xsd:Name is used instead of xsd:string. * A member of the list may be a typed null. * If a codeSpace attribute is present, then its value is a reference to * a Reference System for the value, a dictionary or code list.</documentation> * </annotation> * <simpleContent> * <extension base="gml:NameOrNullList"> * <attribute name="codeSpace" type="anyURI" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CODEORNULLLISTTYPE_TYPE = build_CODEORNULLLISTTYPE_TYPE(); private static ComplexType build_CODEORNULLLISTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CodeOrNullListType"), schema, false, false, Collections.<Filter>emptyList(), NAMEORNULLLIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CategoryExtentType"> * <annotation> * <documentation>Restriction of list type to store a 2-point range of ordinal values. If one member is a null, then this is a single ended interval.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:CodeOrNullListType"> * <length value="2"/> * </restriction> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CATEGORYEXTENTTYPE_TYPE = build_CATEGORYEXTENTTYPE_TYPE(); private static ComplexType build_CATEGORYEXTENTTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CategoryExtentType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), CODEORNULLLISTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="doubleOrNullList"> * <annotation> * <documentation>XML List based on the union type defined above. An element declared with this type contains a space-separated list of double values with null values interspersed as needed</documentation> * </annotation> * <list itemType="gml:doubleOrNull"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType DOUBLEORNULLLIST_TYPE = build_DOUBLEORNULLLIST_TYPE(); private static AttributeType build_DOUBLEORNULLLIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","doubleOrNullList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MeasureOrNullListType"> * <annotation> * <documentation>List of numbers with a uniform scale. * A member of the list may be a typed null. * The value of uom (Units Of Measure) attribute is a reference to * a Reference System for the amount, either a ratio or position scale. </documentation> * </annotation> * <simpleContent> * <extension base="gml:doubleOrNullList"> * <attribute name="uom" type="anyURI" use="required"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MEASUREORNULLLISTTYPE_TYPE = build_MEASUREORNULLLISTTYPE_TYPE(); private static ComplexType build_MEASUREORNULLLISTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","uom"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MeasureOrNullListType"), schema, false, false, Collections.<Filter>emptyList(), DOUBLEORNULLLIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="QuantityExtentType"> * <annotation> * <documentation>Restriction of list type to store a 2-point range of numeric values. If one member is a null, then this is a single ended interval.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureOrNullListType"> * <length value="2"/> * </restriction> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType QUANTITYEXTENTTYPE_TYPE = build_QUANTITYEXTENTTYPE_TYPE(); private static ComplexType build_QUANTITYEXTENTTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","QuantityExtentType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASUREORNULLLISTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="integerOrNullList"> * <annotation> * <documentation>XML List based on the union type defined above. An element declared with this type contains a space-separated list of integer values with null values interspersed as needed</documentation> * </annotation> * <list itemType="gml:integerOrNull"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType INTEGERORNULLLIST_TYPE = build_INTEGERORNULLLIST_TYPE(); private static AttributeType build_INTEGERORNULLLIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","integerOrNullList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="CountExtentType"> * <annotation> * <documentation>Restriction of list type to store a 2-point range of frequency values. If one member is a null, then this is a single ended interval.</documentation> * </annotation> * <restriction base="gml:integerOrNullList"> * <length value="2"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType COUNTEXTENTTYPE_TYPE = build_COUNTEXTENTTYPE_TYPE(); private static AttributeType build_COUNTEXTENTTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","CountExtentType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), INTEGERORNULLLIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RangeParametersType"> * <annotation> * <documentation>Metadata about the rangeSet. Definition of record structure. * This is required if the rangeSet is encoded in a DataBlock. * We use a gml:_Value with empty values as a map of the composite value structure.</documentation> * </annotation> * <sequence minOccurs="0"> * <group ref="gml:ValueObject"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RANGEPARAMETERSTYPE_TYPE = build_RANGEPARAMETERSTYPE_TYPE(); private static ComplexType build_RANGEPARAMETERSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","Boolean"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Category"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Quantity"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","Count"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( BOOLEANORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","BooleanList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODEORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASUREORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","CountList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CATEGORYEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( QUANTITYEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COUNTEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CountExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPOSITEVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RangeParametersType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DataBlockType"> * <sequence> * <element ref="gml:rangeParameters"/> * <choice> * <element ref="gml:tupleList"/> * <element ref="gml:doubleOrNullTupleList"/> * </choice> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DATABLOCKTYPE_TYPE = build_DATABLOCKTYPE_TYPE(); private static ComplexType build_DATABLOCKTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( RANGEPARAMETERSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeParameters"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","tupleList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DOUBLEORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","doubleOrNullTupleList"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DataBlockType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="FileValueModelType"> * <annotation> * <documentation>List of codes that identifies the file structure model for records stored in files.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="Record Interleaved"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType FILEVALUEMODELTYPE_TYPE = build_FILEVALUEMODELTYPE_TYPE(); private static AttributeType build_FILEVALUEMODELTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","FileValueModelType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FileType"> * <sequence> * <element ref="gml:rangeParameters"/> * <element name="fileName" type="anyURI"/> * <element name="fileStructure" type="gml:FileValueModelType"/> * <element minOccurs="0" name="mimeType" type="anyURI"/> * <element minOccurs="0" name="compression" type="anyURI"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FILETYPE_TYPE = build_FILETYPE_TYPE(); private static ComplexType build_FILETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( RANGEPARAMETERSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeParameters"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","fileName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( FILEVALUEMODELTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","fileStructure"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","mimeType"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","compression"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FileType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RangeSetType"> * <choice> * <element maxOccurs="unbounded" ref="gml:ValueArray"> * <annotation> * <documentation>each member _Value holds a tuple or "row" from the equivalent table</documentation> * </annotation> * </element> * <group maxOccurs="unbounded" ref="gml:ScalarValueList"> * <annotation> * <documentation>each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table</documentation> * </annotation> * </group> * <element ref="gml:DataBlock"> * <annotation> * <documentation>Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.</documentation> * </annotation> * </element> * <element ref="gml:File"> * <annotation> * <documentation>a reference to an external source for the data, together with a description of how that external source is structured</documentation> * </annotation> * </element> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RANGESETTYPE_TYPE = build_RANGESETTYPE_TYPE(); private static ComplexType build_RANGESETTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VALUEARRAYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ValueArray"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOOLEANORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","BooleanList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODEORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASUREORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","CountList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DATABLOCKTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","DataBlock"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( FILETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","File"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RangeSetType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCoverageType"> * <annotation> * <documentation>Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractFeatureType"> * <sequence> * <element ref="gml:domainSet"/> * <element ref="gml:rangeSet"/> * </sequence> * <attribute name="dimension" type="positiveInteger" use="optional"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCOVERAGETYPE_TYPE = build_ABSTRACTCOVERAGETYPE_TYPE(); private static ComplexType build_ABSTRACTCOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DOMAINSETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","domainSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","dimension"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCoverageType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTFEATURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="SequenceRuleNames"> * <annotation> * <documentation>List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="Linear"/> * <enumeration value="Boustrophedonic"/> * <enumeration value="Cantor-diagonal"/> * <enumeration value="Spiral"/> * <enumeration value="Morton"/> * <enumeration value="Hilbert"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SEQUENCERULENAMES_TYPE = build_SEQUENCERULENAMES_TYPE(); private static AttributeType build_SEQUENCERULENAMES_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SequenceRuleNames"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="IncrementOrder"> * <annotation> * <documentation>The enumeration value here indicates the incrementation order to be used on the first 2 axes, i.e. "+x-y" means that the points on the first axis are to be traversed from lowest to highest and the points on the second axis are to be traversed from highest to lowest. The points on all other axes (if any) beyond the first 2 are assumed to increment from lowest to highest.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="+x+y"/> * <enumeration value="+y+x"/> * <enumeration value="+x-y"/> * <enumeration value="-x-y"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType INCREMENTORDER_TYPE = build_INCREMENTORDER_TYPE(); private static AttributeType build_INCREMENTORDER_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","IncrementOrder"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SequenceRuleType"> * <simpleContent> * <extension base="gml:SequenceRuleNames"> * <attribute name="order" type="gml:IncrementOrder" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SEQUENCERULETYPE_TYPE = build_SEQUENCERULETYPE_TYPE(); private static ComplexType build_SEQUENCERULETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( INCREMENTORDER_TYPE, new NameImpl("http://www.opengis.net/gml","order"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SequenceRuleType"), schema, false, false, Collections.<Filter>emptyList(), SEQUENCERULENAMES_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="integerList"> * <annotation> * <documentation>XML List based on XML Schema integer type. An element of this type contains a space-separated list of integer values</documentation> * </annotation> * <list itemType="integer"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType INTEGERLIST_TYPE = build_INTEGERLIST_TYPE(); private static AttributeType build_INTEGERLIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","integerList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridFunctionType"> * <annotation> * <documentation>Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.</documentation> * </annotation> * <sequence> * <element minOccurs="0" name="sequenceRule" type="gml:SequenceRuleType"> * <annotation> * <documentation>If absent, the implied value is "Linear".</documentation> * </annotation> * </element> * <element minOccurs="0" name="startPoint" type="gml:integerList"> * <annotation> * <documentation>Index position of the first grid post, which must lie somwhere in the GridEnvelope. If absent, the startPoint is equal to the value of gridEnvelope::low from the grid definition.</documentation> * </annotation> * </element> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDFUNCTIONTYPE_TYPE = build_GRIDFUNCTIONTYPE_TYPE(); private static ComplexType build_GRIDFUNCTIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SEQUENCERULETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","sequenceRule"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERLIST_TYPE, new NameImpl("http://www.opengis.net/gml","startPoint"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridFunctionType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoverageFunctionType"> * <annotation> * <documentation>The function or rule which defines the map from members of the domainSet to the range. * More functions will be added to this list</documentation> * </annotation> * <choice> * <element ref="gml:MappingRule"/> * <element ref="gml:GridFunction"/> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COVERAGEFUNCTIONTYPE_TYPE = build_COVERAGEFUNCTIONTYPE_TYPE(); private static ComplexType build_COVERAGEFUNCTIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MappingRule"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GRIDFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GridFunction"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoverageFunctionType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractDiscreteCoverageType"> * <annotation> * <documentation>A discrete coverage consists of a domain set, range set and optionally a coverage function. The domain set consists of either geometry or temporal objects, finite in number. The range set is comprised of a finite number of attribute values each of which is associated to every direct position within any single spatiotemporal object in the domain. In other words, the range values are constant on each spatiotemporal object in the domain. This coverage function maps each element from the coverage domain to an element in its range. This definition conforms to ISO 19123.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoverageType"> * <sequence> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTDISCRETECOVERAGETYPE_TYPE = build_ABSTRACTDISCRETECOVERAGETYPE_TYPE(); private static ComplexType build_ABSTRACTDISCRETECOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractDiscreteCoverageType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTCOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridEnvelopeType"> * <annotation> * <documentation>Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.</documentation> * </annotation> * <sequence> * <element name="low" type="gml:integerList"/> * <element name="high" type="gml:integerList"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDENVELOPETYPE_TYPE = build_GRIDENVELOPETYPE_TYPE(); private static ComplexType build_GRIDENVELOPETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( INTEGERLIST_TYPE, new NameImpl("http://www.opengis.net/gml","low"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERLIST_TYPE, new NameImpl("http://www.opengis.net/gml","high"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridEnvelopeType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridLimitsType"> * <sequence> * <element name="GridEnvelope" type="gml:GridEnvelopeType"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDLIMITSTYPE_TYPE = build_GRIDLIMITSTYPE_TYPE(); private static ComplexType build_GRIDLIMITSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GRIDENVELOPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GridEnvelope"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridLimitsType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridType"> * <annotation> * <documentation>An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometryType"> * <sequence> * <element name="limits" type="gml:GridLimitsType"/> * <element maxOccurs="unbounded" name="axisName" type="string"/> * </sequence> * <attribute name="dimension" type="positiveInteger" use="required"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDTYPE_TYPE = build_GRIDTYPE_TYPE(); private static ComplexType build_GRIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GRIDLIMITSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","limits"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","axisName"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","dimension"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RectifiedGridType"> * <annotation> * <documentation>A rectified grid has an origin and vectors that define its post locations.</documentation> * </annotation> * <complexContent> * <extension base="gml:GridType"> * <sequence> * <element name="origin" type="gml:PointPropertyType"/> * <element maxOccurs="unbounded" name="offsetVector" type="gml:VectorType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RECTIFIEDGRIDTYPE_TYPE = build_RECTIFIEDGRIDTYPE_TYPE(); private static ComplexType build_RECTIFIEDGRIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","origin"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","offsetVector"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RectifiedGridType"), schema, false, false, Collections.<Filter>emptyList(), GRIDTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RectifiedGridDomainType"> * <complexContent> * <restriction base="gml:DomainSetType"> * <sequence minOccurs="0"> * <element ref="gml:RectifiedGrid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RECTIFIEDGRIDDOMAINTYPE_TYPE = build_RECTIFIEDGRIDDOMAINTYPE_TYPE(); private static ComplexType build_RECTIFIEDGRIDDOMAINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( RECTIFIEDGRIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","RectifiedGrid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RectifiedGridDomainType"), schema, false, false, Collections.<Filter>emptyList(), DOMAINSETTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RectifiedGridCoverageType"> * <complexContent> * <restriction base="gml:AbstractDiscreteCoverageType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element minOccurs="0" ref="gml:boundedBy"/> * <element ref="gml:rectifiedGridDomain"/> * <element ref="gml:rangeSet"/> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RECTIFIEDGRIDCOVERAGETYPE_TYPE = build_RECTIFIEDGRIDCOVERAGETYPE_TYPE(); private static ComplexType build_RECTIFIEDGRIDCOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RECTIFIEDGRIDDOMAINTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rectifiedGridDomain"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RectifiedGridCoverageType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDISCRETECOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridDomainType"> * <complexContent> * <restriction base="gml:DomainSetType"> * <sequence minOccurs="0"> * <element ref="gml:Grid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDDOMAINTYPE_TYPE = build_GRIDDOMAINTYPE_TYPE(); private static ComplexType build_GRIDDOMAINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GRIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Grid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridDomainType"), schema, false, false, Collections.<Filter>emptyList(), DOMAINSETTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridCoverageType"> * <complexContent> * <restriction base="gml:AbstractDiscreteCoverageType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element minOccurs="0" ref="gml:boundedBy"/> * <element ref="gml:gridDomain"/> * <element ref="gml:rangeSet"/> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDCOVERAGETYPE_TYPE = build_GRIDCOVERAGETYPE_TYPE(); private static ComplexType build_GRIDCOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GRIDDOMAINTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","gridDomain"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridCoverageType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDISCRETECOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SpeedType"> * <annotation> * <documentation>Value of a speed, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a velocity, such as metres per second or miles per hour.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SPEEDTYPE_TYPE = build_SPEEDTYPE_TYPE(); private static ComplexType build_SPEEDTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SpeedType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeometricAggregateType"> * <annotation> * <documentation>This is the abstract root type of the geometric aggregates.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometryType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGEOMETRICAGGREGATETYPE_TYPE = build_ABSTRACTGEOMETRICAGGREGATETYPE_TYPE(); private static ComplexType build_ABSTRACTGEOMETRICAGGREGATETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeometricAggregateType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGEOMETRYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PointArrayPropertyType"> * <annotation> * <documentation>A container for an array of points. The elements are always contained in the array property, referencing geometry * elements or arrays of geometry elements is not supported.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:Point"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType POINTARRAYPROPERTYTYPE_TYPE = build_POINTARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_POINTARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( POINTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Point"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PointArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiPointType"> * <annotation> * <documentation>A MultiPoint is defined by one or more Points, referenced through pointMember elements.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <annotation> * <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection. * NOTE: Array properties cannot reference remote geometry elements.</documentation> * </annotation> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:pointMember"/> * <element minOccurs="0" ref="gml:pointMembers"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTIPOINTTYPE_TYPE = build_MULTIPOINTTYPE_TYPE(); private static AttributeType build_MULTIPOINTTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiPointType"), com.vividsolutions.jts.geom.MultiPoint.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiPointPropertyType"> * <annotation> * <documentation>A property that has a collection of points as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:MultiPoint"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTIPOINTPROPERTYTYPE_TYPE = build_MULTIPOINTPROPERTYTYPE_TYPE(); private static AttributeType build_MULTIPOINTPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiPointPropertyType"), com.vividsolutions.jts.geom.MultiPoint.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArcStringByBulgeType"> * <annotation> * <documentation>This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly. The control point sequence consists of the start and end points of each arc plus the bulge.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only. The number of direct positions in the list must be at least two.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="2"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * <element maxOccurs="unbounded" name="bulge" type="double"> * <annotation> * <documentation>The bulge controls the offset of each arc's midpoint. The "bulge" is the real number multiplier for the normal that determines the offset direction of the midpoint of each arc. The length of the bulge sequence is exactly 1 less than the length of the control point array, since a bulge is needed for each pair of adjacent points in the control point array. The bulge is not given by a distance, since it is simply a multiplier for the normal. * The midpoint of the resulting arc is given by: midPoint = ((startPoint + endPoint)/2.0) + bulge*normal</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" name="normal" type="gml:VectorType"> * <annotation> * <documentation>The attribute "normal" is a vector normal (perpendicular) to the chord of the arc, the line joining the first and last * point of the arc. In a 2D coordinate system, there are only two possible directions for the normal, and it is often given as a signed real, indicating its length, with a positive sign indicating a left turn angle from the chord line, and a negative sign indicating a right turn from the chord. In 3D, the normal determines the plane of the arc, along with the start and endPoint of the arc. * The normal is usually a unit vector, but this is not absolutely necessary. If the normal is a zero vector, the geometric object becomes equivalent to the straight line between the two end points. The length of the normal sequence is exactly the same as for the bulge sequence, 1 less than the control point sequence length.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="circularArc2PointWithBulge" * name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For an ArcStringByBulge the interpolation is fixed as "circularArc2PointWithBulge".</documentation> * </annotation> * </attribute> * <attribute name="numArc" type="integer" use="optional"> * <annotation> * <documentation>The number of arcs in the arc string can be explicitly stated in this attribute. The number of control points in the arc string must be numArc + 1.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARCSTRINGBYBULGETYPE_TYPE = build_ARCSTRINGBYBULGETYPE_TYPE(); private static ComplexType build_ARCSTRINGBYBULGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","bulge"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","normal"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numArc"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcStringByBulgeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArcByBulgeType"> * <annotation> * <documentation>An ArcByBulge is an arc string with only one arc unit, i.e. two control points and one bulge.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ArcStringByBulgeType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only. The number of direct positions in the list must be two.</documentation> * </annotation> * <choice maxOccurs="2" minOccurs="2"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * <element name="bulge" type="double"> * <annotation> * <documentation>The bulge controls the offset of each arc's midpoint. The "bulge" is the real number multiplier for the normal that determines the offset direction of the midpoint of each arc. The length of the bulge sequence is exactly 1 less than the length of the control point array, since a bulge is needed for each pair of adjacent points in the control point array. The bulge is not given by a distance, since it is simply a multiplier for the normal. * The midpoint of the resulting arc is given by: midPoint = ((startPoint + endPoint)/2.0) + bulge*normal</documentation> * </annotation> * </element> * <element name="normal" type="gml:VectorType"> * <annotation> * <documentation>The attribute "normal" is a vector normal (perpendicular) to the chord of the arc, the line joining the first and last * point of the arc. In a 2D coordinate system, there are only two possible directions for the normal, and it is often given as a signed real, indicating its length, with a positive sign indicating a left turn angle from the chord line, and a negative sign indicating a right turn from the chord. In 3D, the normal determines the plane of the arc, along with the start and endPoint of the arc. * The normal is usually a unit vector, but this is not absolutely necessary. If the normal is a zero vector, the geometric object becomes equivalent to the straight line between the two end points. The length of the normal sequence is exactly the same as for the bulge sequence, 1 less than the control point sequence length.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="1" name="numArc" type="integer" use="optional"> * <annotation> * <documentation>An arc is an arc string consiting of a single arc, the attribute is fixed to "1".</documentation> * </annotation> * </attribute> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARCBYBULGETYPE_TYPE = build_ARCBYBULGETYPE_TYPE(); private static ComplexType build_ARCBYBULGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","bulge"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","normal"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numArc"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcByBulgeType"), schema, false, false, Collections.<Filter>emptyList(), ARCSTRINGBYBULGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCoordinateOperationBaseType"> * <annotation> * <documentation>Basic encoding for coordinate operation objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:coordinateOperationName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCOORDINATEOPERATIONBASETYPE_TYPE = build_ABSTRACTCOORDINATEOPERATIONBASETYPE_TYPE(); private static ComplexType build_ABSTRACTCOORDINATEOPERATIONBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinateOperationName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCoordinateOperationBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractPositionalAccuracyType"> * <annotation> * <documentation>Position error estimate (or accuracy) data. </documentation> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:measureDescription"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTPOSITIONALACCURACYTYPE_TYPE = build_ABSTRACTPOSITIONALACCURACYTYPE_TYPE(); private static ComplexType build_ABSTRACTPOSITIONALACCURACYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","measureDescription"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractPositionalAccuracyType"), schema, false, true, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CRSRefType"> * <annotation> * <documentation>Association to a CRS abstract coordinate reference system, either referencing or containing the definition of that CRS.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_CRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CRSREFTYPE_TYPE = build_CRSREFTYPE_TYPE(); private static ComplexType build_CRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTREFERENCESYSTEMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_CRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCoordinateOperationType"> * <annotation> * <documentation>A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. Many but not all coordinate operations (from CRS A to CRS B) also uniquely define the inverse operation (from CRS B to CRS A). In some cases, the operation method algorithm for the inverse operation is the same as for the forward algorithm, but the signs of some operation parameter values must be reversed. In other cases, different algorithms are required for the forward and inverse operations, but the same operation parameter values are used. If (some) entirely different parameter values are needed, a different coordinate operation shall be defined.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateOperationBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:coordinateOperationID"> * <annotation> * <documentation>Set of alternative identifications of this coordinate operation. The first coordinateOperationID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this coordinate operation, including source information. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:operationVersion"/> * <element minOccurs="0" ref="gml:validArea"/> * <element minOccurs="0" ref="gml:scope"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_positionalAccuracy"> * <annotation> * <documentation>Unordered set of estimates of the impact of this coordinate operation on point position accuracy. Gives position error estimates for target coordinates of this coordinate operation, assuming no errors in source coordinates. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:sourceCRS"/> * <element minOccurs="0" ref="gml:targetCRS"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCOORDINATEOPERATIONTYPE_TYPE = build_ABSTRACTCOORDINATEOPERATIONTYPE_TYPE(); private static ComplexType build_ABSTRACTCOORDINATEOPERATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinateOperationID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","operationVersion"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( EXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validArea"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","scope"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTPOSITIONALACCURACYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_positionalAccuracy"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CRSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","sourceCRS"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CRSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","targetCRS"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCoordinateOperationType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTCOORDINATEOPERATIONBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeneralTransformationType"> * <annotation> * <documentation>An abstract operation on coordinates that usually includes a change of Datum. The parameters of a coordinate transformation are empirically derived from data containing the coordinates of a series of points in both coordinate reference systems. This computational process is usually "over-determined", allowing derivation of error (or accuracy) estimates for the transformation. Also, the stochastic nature of the parameters may result in multiple (different) versions of the same coordinate transformation. * * This abstract complexType is expected to be extended for well-known operation methods with many Transformation instances, in Application Schemas that define operation-method-specialized value element names and contents. This transformation uses an operation method with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references one "OperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include one or more elements each named "uses...Value" that each use the type of an element substitutable for the "_generalParameterValue" element. </documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractCoordinateOperationType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:coordinateOperationName"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:coordinateOperationID"/> * <element minOccurs="0" ref="gml:remarks"/> * <element ref="gml:operationVersion"/> * <element minOccurs="0" ref="gml:validArea"/> * <element minOccurs="0" ref="gml:scope"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_positionalAccuracy"/> * <element ref="gml:sourceCRS"/> * <element ref="gml:targetCRS"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGENERALTRANSFORMATIONTYPE_TYPE = build_ABSTRACTGENERALTRANSFORMATIONTYPE_TYPE(); private static ComplexType build_ABSTRACTGENERALTRANSFORMATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinateOperationName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinateOperationID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","operationVersion"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( EXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validArea"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","scope"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTPOSITIONALACCURACYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_positionalAccuracy"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CRSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","sourceCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CRSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","targetCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeneralTransformationType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="OperationMethodBaseType"> * <annotation> * <documentation>Basic encoding for operation method objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:methodName"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONMETHODBASETYPE_TYPE = build_OPERATIONMETHODBASETYPE_TYPE(); private static ComplexType build_OPERATIONMETHODBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","methodName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationMethodBaseType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeneralOperationParameterType"> * <annotation> * <documentation>Abstract definition of a parameter or group of parameters used by an operation method. </documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence> * <element minOccurs="0" ref="gml:minimumOccurs"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE = build_ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE(); private static ComplexType build_ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.NONNEGATIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","minimumOccurs"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeneralOperationParameterType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractGeneralOperationParameterRefType"> * <annotation> * <documentation>Association to an operation parameter or group, either referencing or containing the definition of that parameter or group. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_GeneralOperationParameter"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGENERALOPERATIONPARAMETERREFTYPE_TYPE = build_ABSTRACTGENERALOPERATIONPARAMETERREFTYPE_TYPE(); private static ComplexType build_ABSTRACTGENERALOPERATIONPARAMETERREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_GeneralOperationParameter"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeneralOperationParameterRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationMethodType"> * <annotation> * <documentation>Definition of an algorithm used to perform a coordinate operation. Most operation methods use a number of operation parameters, although some coordinate conversions use none. Each coordinate operation using the method assigns values to these parameters. </documentation> * </annotation> * <complexContent> * <extension base="gml:OperationMethodBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:methodID"> * <annotation> * <documentation>Set of alternative identifications of this operation method. The first methodID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this operation method, including source information.</documentation> * </annotation> * </element> * <element ref="gml:methodFormula"/> * <element ref="gml:sourceDimensions"/> * <element ref="gml:targetDimensions"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:usesParameter"> * <annotation> * <documentation>Unordered list of associations to the set of operation parameters and parameter groups used by this operation method. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONMETHODTYPE_TYPE = build_OPERATIONMETHODTYPE_TYPE(); private static ComplexType build_OPERATIONMETHODTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","methodID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","methodFormula"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","sourceDimensions"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","targetDimensions"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTGENERALOPERATIONPARAMETERREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesParameter"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationMethodType"), schema, false, false, Collections.<Filter>emptyList(), OPERATIONMETHODBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationMethodRefType"> * <annotation> * <documentation>Association to a concrete general-purpose operation method, either referencing or containing the definition of that method. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:OperationMethod"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONMETHODREFTYPE_TYPE = build_OPERATIONMETHODREFTYPE_TYPE(); private static ComplexType build_OPERATIONMETHODREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( OPERATIONMETHODTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","OperationMethod"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationMethodRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeneralParameterValueType"> * <annotation> * <documentation>Abstract parameter value or group of parameter values. * * This abstract complexType is expected to be extended and restricted for well-known operation methods with many instances, in Application Schemas that define operation-method-specialized element names and contents. Specific parameter value elements are directly contained in concrete subtypes, not in this abstract type. All concrete types derived from this type shall extend this type to include one "...Value" element with an appropriate type, which should be one of the element types allowed in the ParameterValueType. In addition, all derived concrete types shall extend this type to include a "valueOfParameter" element that references one element substitutable for the "OperationParameter" element. </documentation> * </annotation> * <sequence/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGENERALPARAMETERVALUETYPE_TYPE = build_ABSTRACTGENERALPARAMETERVALUETYPE_TYPE(); private static ComplexType build_ABSTRACTGENERALPARAMETERVALUETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeneralParameterValueType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MeasureListType"> * <annotation> * <documentation>List of numbers with a uniform scale. * The value of uom (Units Of Measure) attribute is a reference to * a Reference System for the amount, either a ratio or position scale. </documentation> * </annotation> * <simpleContent> * <extension base="gml:doubleList"> * <attribute name="uom" type="anyURI" use="required"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MEASURELISTTYPE_TYPE = build_MEASURELISTTYPE_TYPE(); private static ComplexType build_MEASURELISTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","uom"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MeasureListType"), schema, false, false, Collections.<Filter>emptyList(), DOUBLELIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="OperationParameterBaseType"> * <annotation> * <documentation>Basic encoding for operation parameter objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractGeneralOperationParameterType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:parameterName"/> * <element minOccurs="0" ref="gml:minimumOccurs"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONPARAMETERBASETYPE_TYPE = build_OPERATIONPARAMETERBASETYPE_TYPE(); private static ComplexType build_OPERATIONPARAMETERBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","parameterName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.NONNEGATIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","minimumOccurs"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationParameterBaseType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationParameterType"> * <annotation> * <documentation>The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names. </documentation> * </annotation> * <complexContent> * <extension base="gml:OperationParameterBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:parameterID"> * <annotation> * <documentation>Set of alternative identifications of this operation parameter. The first parameterID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this operation parameter, including source information. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONPARAMETERTYPE_TYPE = build_OPERATIONPARAMETERTYPE_TYPE(); private static ComplexType build_OPERATIONPARAMETERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","parameterID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationParameterType"), schema, false, false, Collections.<Filter>emptyList(), OPERATIONPARAMETERBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationParameterRefType"> * <annotation> * <documentation>Association to an operation parameter, either referencing or containing the definition of that parameter. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:OperationParameter"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONPARAMETERREFTYPE_TYPE = build_OPERATIONPARAMETERREFTYPE_TYPE(); private static ComplexType build_OPERATIONPARAMETERREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( OPERATIONPARAMETERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","OperationParameter"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationParameterRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ParameterValueType"> * <annotation> * <documentation>A parameter value, ordered sequence of values, or reference to a file of parameter values. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeneralParameterValueType"> * <sequence> * <choice> * <element ref="gml:value"/> * <element ref="gml:dmsAngleValue"/> * <element ref="gml:stringValue"/> * <element ref="gml:integerValue"/> * <element ref="gml:booleanValue"/> * <element ref="gml:valueList"/> * <element ref="gml:integerValueList"/> * <element ref="gml:valueFile"/> * </choice> * <element ref="gml:valueOfParameter"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PARAMETERVALUETYPE_TYPE = build_PARAMETERVALUETYPE_TYPE(); private static ComplexType build_PARAMETERVALUETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","value"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DMSANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dmsAngleValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","stringValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","integerValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","booleanValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURELISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","valueList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERLIST_TYPE, new NameImpl("http://www.opengis.net/gml","integerValueList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","valueFile"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( OPERATIONPARAMETERREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","valueOfParameter"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ParameterValueType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGENERALPARAMETERVALUETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TransformationType"> * <annotation> * <documentation>A concrete operation on coordinates that usually includes a change of datum. The parameters of a coordinate transformation are empirically derived from data containing the coordinates of a series of points in both coordinate reference systems. This computational process is usually "over-determined", allowing derivation of error (or accuracy) estimates for the transformation. Also, the stochastic nature of the parameters may result in multiple (different) versions of the same coordinate transformation. * * This concrete complexType can be used for all operation methods, without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Transformation instance. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeneralTransformationType"> * <sequence> * <element ref="gml:usesMethod"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:usesValue"> * <annotation> * <documentation>Unordered set of composition associations to the set of parameter values used by this transformation operation. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TRANSFORMATIONTYPE_TYPE = build_TRANSFORMATIONTYPE_TYPE(); private static ComplexType build_TRANSFORMATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( OPERATIONMETHODREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesMethod"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( PARAMETERVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesValue"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TransformationType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGENERALTRANSFORMATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TransformationRefType"> * <annotation> * <documentation>Association to a transformation, either referencing or containing the definition of that transformation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:Transformation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TRANSFORMATIONREFTYPE_TYPE = build_TRANSFORMATIONREFTYPE_TYPE(); private static ComplexType build_TRANSFORMATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TRANSFORMATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Transformation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TransformationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordinateReferenceSystemRefType"> * <annotation> * <documentation>Association to a coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_CoordinateReferenceSystem"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATEREFERENCESYSTEMREFTYPE_TYPE = build_COORDINATEREFERENCESYSTEMREFTYPE_TYPE(); private static ComplexType build_COORDINATEREFERENCESYSTEMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTREFERENCESYSTEMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_CoordinateReferenceSystem"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinateReferenceSystemRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeneralConversionType"> * <annotation> * <documentation>An abstract operation on coordinates that does not include any change of datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. * * This abstract complexType is expected to be extended for well-known operation methods with many Conversion instances, in Application Schemas that define operation-method-specialized element names and contents. This conversion uses an operation method, usually with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references the "OperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include zero or more elements each named "uses...Value" that each use the type of an element substitutable for the "_generalParameterValue" element. </documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractCoordinateOperationType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:coordinateOperationName"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:coordinateOperationID"/> * <element minOccurs="0" ref="gml:remarks"/> * <element minOccurs="0" ref="gml:validArea"/> * <element minOccurs="0" ref="gml:scope"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_positionalAccuracy"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGENERALCONVERSIONTYPE_TYPE = build_ABSTRACTGENERALCONVERSIONTYPE_TYPE(); private static ComplexType build_ABSTRACTGENERALCONVERSIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinateOperationName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinateOperationID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( EXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validArea"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","scope"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTPOSITIONALACCURACYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_positionalAccuracy"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeneralConversionType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeneralConversionRefType"> * <annotation> * <documentation>Association to a general conversion, either referencing or containing the definition of that conversion. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_GeneralConversion"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GENERALCONVERSIONREFTYPE_TYPE = build_GENERALCONVERSIONREFTYPE_TYPE(); private static ComplexType build_GENERALCONVERSIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGENERALCONVERSIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_GeneralConversion"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeneralConversionRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractGeneralDerivedCRSType"> * <annotation> * <documentation>A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <element ref="gml:baseCRS"/> * <element ref="gml:definedByConversion"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGENERALDERIVEDCRSTYPE_TYPE = build_ABSTRACTGENERALDERIVEDCRSTYPE_TYPE(); private static ComplexType build_ABSTRACTGENERALDERIVEDCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COORDINATEREFERENCESYSTEMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","baseCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GENERALCONVERSIONREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","definedByConversion"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGeneralDerivedCRSType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DerivedCRSTypeType"> * <annotation> * <documentation>Type of a derived coordinate reference system. </documentation> * </annotation> * <simpleContent> * <restriction base="gml:CodeType"> * <attribute name="codeSpace" type="anyURI" use="required"> * <annotation> * <documentation>Reference to a source of information specifying the values and meanings of all the allowed string values for this DerivedCRSTypeType. </documentation> * </annotation> * </attribute> * </restriction> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DERIVEDCRSTYPETYPE_TYPE = build_DERIVEDCRSTYPETYPE_TYPE(); private static ComplexType build_DERIVEDCRSTYPETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DerivedCRSTypeType"), schema, false, false, Collections.<Filter>emptyList(), CODETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordinateSystemRefType"> * <annotation> * <documentation>Association to a coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_CoordinateSystem"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATESYSTEMREFTYPE_TYPE = build_COORDINATESYSTEMREFTYPE_TYPE(); private static ComplexType build_COORDINATESYSTEMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTCOORDINATESYSTEMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_CoordinateSystem"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinateSystemRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DerivedCRSType"> * <annotation> * <documentation>A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeneralDerivedCRSType"> * <sequence> * <element ref="gml:derivedCRSType"/> * <element ref="gml:usesCS"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DERIVEDCRSTYPE_TYPE = build_DERIVEDCRSTYPE_TYPE(); private static ComplexType build_DERIVEDCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DERIVEDCRSTYPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","derivedCRSType"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESYSTEMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesCS"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DerivedCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGENERALDERIVEDCRSTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DerivedCRSRefType"> * <annotation> * <documentation>Association to a non-projected derived coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:DerivedCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DERIVEDCRSREFTYPE_TYPE = build_DERIVEDCRSREFTYPE_TYPE(); private static ComplexType build_DERIVEDCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DERIVEDCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","DerivedCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DerivedCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimeReferenceSystemType"> * <annotation> * <documentation xml:lang="en">A value in the time domain is measured relative to a temporal reference system. Common * types of reference systems include calendars, ordinal temporal reference systems, and * temporal coordinate systems (time elapsed since some epoch, e.g. UNIX time).</documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence> * <element minOccurs="0" name="domainOfValidity" type="string"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE = build_ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE(); private static ComplexType build_ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","domainOfValidity"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimeReferenceSystemType"), schema, false, true, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimePeriodPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TimePeriod"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEPERIODPROPERTYTYPE_TYPE = build_TIMEPERIODPROPERTYTYPE_TYPE(); private static ComplexType build_TIMEPERIODPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPERIODTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimePeriod"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimePeriodPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeCalendarEraType"> * <annotation> * <documentation xml:lang="en">In every calendar, years are numbered relative to the date of a * reference event that defines a calendar era. * In this implementation, we omit the back-pointer "datingSystem".</documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence> * <element name="referenceEvent" type="gml:StringOrRefType"> * <annotation> * <documentation>Name or description of a mythical or historic event which fixes the position of the base scale of the calendar era.</documentation> * </annotation> * </element> * <element default="0001-01-01" minOccurs="0" * name="referenceDate" type="date"> * <annotation> * <documentation>Date of the referenceEvent expressed as a date in the given calendar. * In most calendars, this date is the origin (i.e., the first day) of the scale, but this is not always true.</documentation> * </annotation> * </element> * <element name="julianReference" type="decimal"> * <annotation> * <documentation>Julian date that corresponds to the reference date. * The Julian day numbering system is a temporal coordinate system that has an * origin earlier than any known calendar, * at noon on 1 January 4713 BC in the Julian proleptic calendar. * The Julian day number is an integer value; * the Julian date is a decimal value that allows greater resolution. * Transforming calendar dates to and from Julian dates provides a * relatively simple basis for transforming dates from one calendar to another.</documentation> * </annotation> * </element> * <element name="epochOfUse" type="gml:TimePeriodPropertyType"> * <annotation> * <documentation>Period for which the calendar era was used as a basis for dating.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECALENDARERATYPE_TYPE = build_TIMECALENDARERATYPE_TYPE(); private static ComplexType build_TIMECALENDARERATYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","referenceEvent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DATE_TYPE, new NameImpl("http://www.opengis.net/gml","referenceDate"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DECIMAL_TYPE, new NameImpl("http://www.opengis.net/gml","julianReference"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEPERIODPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","epochOfUse"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeCalendarEraType"), schema, false, false, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeCalendarEraPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TimeCalendarEra"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECALENDARERAPROPERTYTYPE_TYPE = build_TIMECALENDARERAPROPERTYTYPE_TYPE(); private static ComplexType build_TIMECALENDARERAPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMECALENDARERATYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeCalendarEra"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeCalendarEraPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeCalendarType"> * <annotation> * <documentation xml:lang="en">A calendar is a discrete temporal reference system * that provides a basis for defining temporal position to a resolution of one day. * A single calendar may reference more than one calendar era.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeReferenceSystemType"> * <sequence> * <element maxOccurs="unbounded" name="referenceFrame" type="gml:TimeCalendarEraPropertyType"> * <annotation> * <documentation>Link to the CalendarEras that it uses as a reference for dating.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECALENDARTYPE_TYPE = build_TIMECALENDARTYPE_TYPE(); private static ComplexType build_TIMECALENDARTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMECALENDARERAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","referenceFrame"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeCalendarType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeCalendarPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TimeCalendar"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECALENDARPROPERTYTYPE_TYPE = build_TIMECALENDARPROPERTYTYPE_TYPE(); private static ComplexType build_TIMECALENDARPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMECALENDARTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeCalendar"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeCalendarPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType final="#all" name="TimeClockType"> * <annotation> * <documentation xml:lang="en">A clock provides a basis for defining temporal position within a day. * A clock must be used with a calendar in order to provide a complete description of a temporal position * within a specific day.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeReferenceSystemType"> * <sequence> * <element name="referenceEvent" type="gml:StringOrRefType"> * <annotation> * <documentation>Name or description of an event, such as solar noon or sunrise, * which fixes the position of the base scale of the clock.</documentation> * </annotation> * </element> * <element name="referenceTime" type="time"> * <annotation> * <documentation>time of day associated with the reference event expressed as * a time of day in the given clock. The reference time is usually the origin of the clock scale.</documentation> * </annotation> * </element> * <element name="utcReference" type="time"> * <annotation> * <documentation>24 hour local or UTC time that corresponds to the reference time.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="0" * name="dateBasis" type="gml:TimeCalendarPropertyType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECLOCKTYPE_TYPE = build_TIMECLOCKTYPE_TYPE(); private static ComplexType build_TIMECLOCKTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","referenceEvent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.TIME_TYPE, new NameImpl("http://www.opengis.net/gml","referenceTime"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.TIME_TYPE, new NameImpl("http://www.opengis.net/gml","utcReference"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMECALENDARPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dateBasis"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeClockType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeClockPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TimeClock"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECLOCKPROPERTYTYPE_TYPE = build_TIMECLOCKPROPERTYTYPE_TYPE(); private static ComplexType build_TIMECLOCKPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMECLOCKTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeClock"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeClockPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SurfacePropertyType"> * <annotation> * <documentation>A property that has a surface as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Surface"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SURFACEPROPERTYTYPE_TYPE = build_SURFACEPROPERTYTYPE_TYPE(); private static AttributeType build_SURFACEPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SurfacePropertyType"), com.vividsolutions.jts.geom.Polygon.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SurfaceArrayPropertyType"> * <annotation> * <documentation>A container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_Surface"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SURFACEARRAYPROPERTYTYPE_TYPE = build_SURFACEARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_SURFACEARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTSURFACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Surface"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SurfaceArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSurfaceType"> * <annotation> * <documentation>A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <annotation> * <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection. * NOTE: Array properties cannot reference remote geometry elements.</documentation> * </annotation> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:surfaceMember"/> * <element minOccurs="0" ref="gml:surfaceMembers"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTISURFACETYPE_TYPE = build_MULTISURFACETYPE_TYPE(); private static AttributeType build_MULTISURFACETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSurfaceType"), com.vividsolutions.jts.geom.MultiPolygon.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSurfaceDomainType"> * <complexContent> * <restriction base="gml:DomainSetType"> * <sequence minOccurs="0"> * <element ref="gml:MultiSurface"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTISURFACEDOMAINTYPE_TYPE = build_MULTISURFACEDOMAINTYPE_TYPE(); private static ComplexType build_MULTISURFACEDOMAINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MULTISURFACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MultiSurface"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSurfaceDomainType"), schema, false, false, Collections.<Filter>emptyList(), DOMAINSETTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSurfaceCoverageType"> * <annotation> * <documentation>A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).</documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractDiscreteCoverageType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element minOccurs="0" ref="gml:boundedBy"/> * <element ref="gml:multiSurfaceDomain"/> * <element ref="gml:rangeSet"/> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTISURFACECOVERAGETYPE_TYPE = build_MULTISURFACECOVERAGETYPE_TYPE(); private static ComplexType build_MULTISURFACECOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MULTISURFACEDOMAINTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","multiSurfaceDomain"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSurfaceCoverageType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDISCRETECOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RelativeInternalPositionalAccuracyType"> * <annotation> * <documentation>Closeness of the relative positions of two or more positions to their respective relative positions accepted as or being true. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractPositionalAccuracyType"> * <sequence> * <element ref="gml:result"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RELATIVEINTERNALPOSITIONALACCURACYTYPE_TYPE = build_RELATIVEINTERNALPOSITIONALACCURACYTYPE_TYPE(); private static ComplexType build_RELATIVEINTERNALPOSITIONALACCURACYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","result"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RelativeInternalPositionalAccuracyType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTPOSITIONALACCURACYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractSurfacePatchType"> * <annotation> * <documentation>A surface patch defines a homogenuous portion of a surface.</documentation> * </annotation> * <sequence/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTSURFACEPATCHTYPE_TYPE = build_ABSTRACTSURFACEPATCHTYPE_TYPE(); private static ComplexType build_ABSTRACTSURFACEPATCHTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractSurfacePatchType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractParametricCurveSurfaceType"> * <annotation> * <documentation/> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfacePatchType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTPARAMETRICCURVESURFACETYPE_TYPE = build_ABSTRACTPARAMETRICCURVESURFACETYPE_TYPE(); private static ComplexType build_ABSTRACTPARAMETRICCURVESURFACETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractParametricCurveSurfaceType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACEPATCHTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractGriddedSurfaceType_row"> * <sequence> * <group ref="gml:geometricPositionListGroup"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGRIDDEDSURFACETYPE_ROW_TYPE = build_ABSTRACTGRIDDEDSURFACETYPE_ROW_TYPE(); private static ComplexType build_ABSTRACTGRIDDEDSURFACETYPE_ROW_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGriddedSurfaceType_row"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbstractGriddedSurfaceType"> * <annotation> * <documentation>A gridded surface is a parametric curve * surface derived from a rectangular grid in the parameter * space. The rows from this grid are control points for * horizontal surface curves; the columns are control points * for vertical surface curves. The working assumption is that * for a pair of parametric co-ordinates (s, t) that the * horizontal curves for each integer offset are calculated * and evaluated at "s". The defines a sequence of control * points: * * cn(s) : s 1 .....columns * * From this sequence a vertical curve is calculated for "s", * and evaluated at "t". In most cases, the order of * calculation (horizontal-vertical vs. vertical-horizontal) * does not make a difference. Where it does, the horizontal- * vertical order shall be the one used. * * Logically, any pair of curve interpolation types can lead * to a subtype of GriddedSurface. The following clauses * define some most commonly encountered surfaces that can * be represented in this manner.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractParametricCurveSurfaceType"> * <sequence> * <group ref="gml:PointGrid"> * <annotation> * <documentation>This is the double indexed sequence * of control points, given in row major form. * NOTE! There in no assumption made about the shape * of the grid. * For example, the positions need not effect a "21/2D" * surface, consecutive points may be equal in any or all * of the ordinates. Further, the curves in either or both * directions may close.</documentation> * </annotation> * </group> * <element minOccurs="0" name="rows" type="integer"> * <annotation> * <documentation>The attribute rows gives the number * of rows in the parameter grid.</documentation> * </annotation> * </element> * <element minOccurs="0" name="columns" type="integer"> * <annotation> * <documentation>The attribute columns gives the number * of columns in the parameter grid.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTGRIDDEDSURFACETYPE_TYPE = build_ABSTRACTGRIDDEDSURFACETYPE_TYPE(); private static ComplexType build_ABSTRACTGRIDDEDSURFACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGRIDDEDSURFACETYPE_ROW_TYPE, new NameImpl("http://www.opengis.net/gml","row"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","rows"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","columns"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractGriddedSurfaceType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTPARAMETRICCURVESURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SphereType"> * <annotation> * <documentation>A sphere is a gridded surface given as a * family of circles whose positions vary linearly along the * axis of the sphere, and whise radius varies in proportions to * the cosine function of the central angle. The horizontal * circles resemble lines of constant latitude, and the vertical * arcs resemble lines of constant longitude. * NOTE! If the control points are sorted in terms of increasing * longitude, and increasing latitude, the upNormal of a sphere * is the outward normal. * EXAMPLE If we take a gridded set of latitudes and longitudes * in degrees,(u,v) such as * * (-90,-180) (-90,-90) (-90,0) (-90, 90) (-90, 180) * (-45,-180) (-45,-90) (-45,0) (-45, 90) (-45, 180) * ( 0,-180) ( 0,-90) ( 0,0) ( 0, 90) ( 0, 180) * ( 45,-180) ( 45,-90) ( 45,0) ( 45, -90) ( 45, 180) * ( 90,-180) ( 90,-90) ( 90,0) ( 90, -90) ( 90, 180) * * And map these points to 3D using the usual equations (where R * is the radius of the required sphere). * * z = R sin u * x = (R cos u)(sin v) * y = (R cos u)(cos v) * * We have a sphere of Radius R, centred at (0,0), as a gridded * surface. Notice that the entire first row and the entire last * row of the control points map to a single point in each 3D * Euclidean space, North and South poles respectively, and that * each horizontal curve closes back on itself forming a * geometric cycle. This gives us a metrically bounded (of finite * size), topologically unbounded (not having a boundary, a * cycle) surface.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGriddedSurfaceType"> * <attribute fixed="circularArc3Points" * name="horizontalCurveType" type="gml:CurveInterpolationType"/> * <attribute fixed="circularArc3Points" * name="verticalCurveType" type="gml:CurveInterpolationType"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SPHERETYPE_TYPE = build_SPHERETYPE_TYPE(); private static ComplexType build_SPHERETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","horizontalCurveType"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","verticalCurveType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SphereType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGRIDDEDSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractCurveType"> * <annotation> * <documentation>An abstraction of a curve to support the different levels of complexity. The curve can always be viewed as a geometric * primitive, i.e. is continuous.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricPrimitiveType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCURVETYPE_TYPE = build_ABSTRACTCURVETYPE_TYPE(); private static ComplexType build_ABSTRACTCURVETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractCurveType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LineStringType"> * <annotation> * <documentation>A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate * tuples, with linear interpolation between them. It is backwards compatible with the LineString of GML 2, GM_LineString of ISO 19107 is * implemented by LineStringSegment.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a line string. 1. A sequence of "pos" * (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part * of this curve, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference * another point defined outside of this curve (reuse of existing points). 2. The "posList" element allows for a compact way to * specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong * to this curve only. The number of direct positions in the list must be at least two.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="2"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility * with GML 3.0.0.</documentation> * </annotation> * </element> * <element ref="gml:coord"> * <annotation> * <documentation>Deprecated with GML version 3.0. Use "pos" instead. The "coord" element is included for backwards * compatibility with GML 2.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType LINESTRINGTYPE_TYPE = build_LINESTRINGTYPE_TYPE(); private static AttributeType build_LINESTRINGTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","LineStringType"), com.vividsolutions.jts.geom.LineString.class, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LineStringPropertyType"> * <annotation> * <documentation>This type is deprecated with GML 3 and shall not be used. It is included for backwards compatibility with GML 2. Use * CurvePropertyType instead. A property that has a line string as its value domain can either be an appropriate geometry element encapsulated * in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere * in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:LineString"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources * (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. * The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to * be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by * including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType LINESTRINGPROPERTYTYPE_TYPE = build_LINESTRINGPROPERTYTYPE_TYPE(); private static AttributeType build_LINESTRINGPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","LineStringPropertyType"), com.vividsolutions.jts.geom.LineString.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiLineStringType"> * <annotation> * <documentation>A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements. Deprecated with GML version 3.0. Use MultiCurveType instead.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:lineStringMember"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTILINESTRINGTYPE_TYPE = build_MULTILINESTRINGTYPE_TYPE(); private static AttributeType build_MULTILINESTRINGTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiLineStringType"), com.vividsolutions.jts.geom.MultiLineString.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiLineStringPropertyType"> * <annotation> * <documentation>This type is deprecated with GML 3 and shall not be used. It is included for backwards compatibility with GML 2. Use MultiCurvePropertyType instead. * A property that has a collection of line strings as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:MultiLineString"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTILINESTRINGPROPERTYTYPE_TYPE = build_MULTILINESTRINGPROPERTYTYPE_TYPE(); private static AttributeType build_MULTILINESTRINGPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiLineStringPropertyType"), com.vividsolutions.jts.geom.MultiLineString.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeSurfaceType"> * <annotation> * <documentation>A CompositeSurface is defined by a set of orientable surfaces. A composite surface is geometry type with all the geometric properties of a (primitive) surface. Essentially, a composite surface is a collection of surfaces that join in pairs on common boundary curves and which, when considered as a whole, form a single surface.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfaceType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:surfaceMember"> * <annotation> * <documentation>This element references or contains one surface in the composite surface. The surfaces are contiguous. * NOTE: This definition allows for a nested structure, i.e. a CompositeSurface may use, for example, another CompositeSurface as a member.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITESURFACETYPE_TYPE = build_COMPOSITESURFACETYPE_TYPE(); private static ComplexType build_COMPOSITESURFACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SURFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","surfaceMember"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeSurfaceType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeSurfacePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:CompositeSurface"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITESURFACEPROPERTYTYPE_TYPE = build_COMPOSITESURFACEPROPERTYTYPE_TYPE(); private static ComplexType build_COMPOSITESURFACEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COMPOSITESURFACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeSurface"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeSurfacePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="UnitDefinitionType"> * <annotation> * <documentation>Definition of a unit of measure (or uom). The definition includes a quantityType property, which indicates the phenomenon to which the units apply, and a catalogSymbol, which gives the short symbol used for this unit. This element is used when the relationship of this unit to other units or units systems is unknown.</documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence> * <element ref="gml:quantityType"/> * <element minOccurs="0" ref="gml:catalogSymbol"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType UNITDEFINITIONTYPE_TYPE = build_UNITDEFINITIONTYPE_TYPE(); private static ComplexType build_UNITDEFINITIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","quantityType"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","catalogSymbol"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","UnitDefinitionType"), schema, false, false, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ReferenceType"> * <annotation> * <documentation>A pattern or base for derived types used to specify complex types corresponding to a UML aggregation association. An instance of this type serves as a pointer to a remote Object.</documentation> * </annotation> * <sequence/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType REFERENCETYPE_TYPE = build_REFERENCETYPE_TYPE(); private static ComplexType build_REFERENCETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ReferenceType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BaseUnitType"> * <annotation> * <documentation>Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".</documentation> * </annotation> * <complexContent> * <extension base="gml:UnitDefinitionType"> * <sequence> * <element name="unitsSystem" type="gml:ReferenceType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BASEUNITTYPE_TYPE = build_BASEUNITTYPE_TYPE(); private static ComplexType build_BASEUNITTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( REFERENCETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","unitsSystem"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BaseUnitType"), schema, false, false, Collections.<Filter>emptyList(), UNITDEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CurvePropertyType"> * <annotation> * <documentation>A property that has a curve as its value domain can either be an appropriate geometry element encapsulated in an * element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere * in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Curve"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote * resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific * set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. * XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used * to reference remote properties. A simple link element can be used to implement pointer functionality, and this functionality has been built * into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType CURVEPROPERTYTYPE_TYPE = build_CURVEPROPERTYTYPE_TYPE(); private static AttributeType build_CURVEPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","CurvePropertyType"), com.vividsolutions.jts.geom.MultiLineString.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="SignType"> * <annotation> * <documentation>Utility type used in various places * - e.g. to indicate the direction of topological objects; * "+" for forwards, or "-" for backwards.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="-"/> * <enumeration value="+"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SIGNTYPE_TYPE = build_SIGNTYPE_TYPE(); private static AttributeType build_SIGNTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SignType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OrientableCurveType"> * <annotation> * <documentation>OrientableCurve consists of a curve and an orientation. If the orientation is "+", then the OrientableCurve is identical to the baseCurve. If the orientation is "-", then the OrientableCurve is related to another _Curve with a parameterization that reverses the sense of the curve traversal.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveType"> * <sequence> * <element ref="gml:baseCurve"> * <annotation> * <documentation>References or contains the base curve (positive orientation). * NOTE: This definition allows for a nested structure, i.e. an OrientableCurve may use another OrientableCurve as its base curve.</documentation> * </annotation> * </element> * </sequence> * <attribute default="+" name="orientation" type="gml:SignType"> * <annotation> * <documentation>If the orientation is "+", then the OrientableCurve is identical to the baseCurve. If the orientation is "-", then the OrientableCurve is related to another _Curve with a parameterization that reverses the sense of the curve traversal. "+" is the default value.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ORIENTABLECURVETYPE_TYPE = build_ORIENTABLECURVETYPE_TYPE(); private static ComplexType build_ORIENTABLECURVETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","baseCurve"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SIGNTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","orientation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OrientableCurveType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ValuePropertyType"> * <annotation> * <documentation>GML property which refers to, or contains, a Value</documentation> * </annotation> * <sequence minOccurs="0"> * <group ref="gml:Value"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VALUEPROPERTYTYPE_TYPE = build_VALUEPROPERTYTYPE_TYPE(); private static ComplexType build_VALUEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","Boolean"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Category"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Quantity"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","Count"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( BOOLEANORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","BooleanList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODEORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASUREORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","CountList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CATEGORYEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( QUANTITYEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COUNTEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CountExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPOSITEVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Object"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( NULLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Null"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ValuePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ScalarValuePropertyType"> * <annotation> * <documentation>Property whose content is a scalar value.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ValuePropertyType"> * <sequence minOccurs="0"> * <!-- <element ref="gml:_ScalarValue"/> --> * <group ref="gml:ScalarValue"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SCALARVALUEPROPERTYTYPE_TYPE = build_SCALARVALUEPROPERTYTYPE_TYPE(); private static ComplexType build_SCALARVALUEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","Boolean"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Category"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Quantity"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","Count"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ScalarValuePropertyType"), schema, false, false, Collections.<Filter>emptyList(), VALUEPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSurfacePropertyType"> * <annotation> * <documentation>A property that has a collection of surfaces as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:MultiSurface"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTISURFACEPROPERTYTYPE_TYPE = build_MULTISURFACEPROPERTYTYPE_TYPE(); private static AttributeType build_MULTISURFACEPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSurfacePropertyType"), com.vividsolutions.jts.geom.MultiPolygon.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimePrimitivePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:_TimePrimitive"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEPRIMITIVEPROPERTYTYPE_TYPE = build_TIMEPRIMITIVEPROPERTYTYPE_TYPE(); private static ComplexType build_TIMEPRIMITIVEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTTIMEPRIMITIVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TimePrimitive"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimePrimitivePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FeaturePropertyType"> * <annotation> * <documentation>Container for a feature - follow gml:AssociationType pattern.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Feature"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FEATUREPROPERTYTYPE_TYPE = build_FEATUREPROPERTYTYPE_TYPE(); private static ComplexType build_FEATUREPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTFEATURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Feature"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FeaturePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TargetPropertyType"> * <annotation> * <documentation>Container for an object representing the target or subject of an observation.</documentation> * </annotation> * <sequence minOccurs="0"> * <choice> * <element ref="gml:_Feature"/> * <element ref="gml:_Geometry"/> * </choice> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TARGETPROPERTYTYPE_TYPE = build_TARGETPROPERTYTYPE_TYPE(); private static ComplexType build_TARGETPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTFEATURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Feature"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTGEOMETRYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Geometry"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TargetPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AssociationType"> * <annotation> * <documentation>A pattern or base for derived types used to specify complex types corresponding to an unspecified UML association - either composition or aggregation. Restricts the cardinality of Objects contained in the association to a maximum of one. An instance of this type can contain an element representing an Object, or serve as a pointer to a remote Object. * * Descendents of this type can be restricted in an application schema to * * allow only specified classes as valid participants in the aggregation * * allow only association by reference (i.e. empty the content model) or by value (i.e. remove the xlinks). * * When used for association by reference, the value of the gml:remoteSchema attribute can be used to locate a schema fragment that constrains the target instance. * * In many cases it is desirable to impose the constraint prohibiting the occurence of both reference and value in the same instance, as that would be ambiguous. This is accomplished by adding a directive in the annotation element of the element declaration. This directive can be in the form of normative prose, or can use a Schematron pattern to automatically constrain co-occurrence - see the declaration for _strictAssociation below. * * If co-occurence is not prohibited, then both a link and content may be present. If this occurs in an instance, then the rule for interpretation is that the instance found by traversing the href provides the normative value of the property, and should be used when possible. The value(s) included as content may be used if the remote instance cannot be resolved. This may be considered to be a "cached" version of the value(s).</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Object"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ASSOCIATIONTYPE_TYPE = build_ASSOCIATIONTYPE_TYPE(); private static ComplexType build_ASSOCIATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Object"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AssociationType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ObservationType"> * <complexContent> * <extension base="gml:AbstractFeatureType"> * <sequence> * <element ref="gml:validTime"/> * <element minOccurs="0" ref="gml:using"/> * <element minOccurs="0" ref="gml:target"/> * <element ref="gml:resultOf"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OBSERVATIONTYPE_TYPE = build_OBSERVATIONTYPE_TYPE(); private static ComplexType build_OBSERVATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPRIMITIVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validTime"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( FEATUREPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","using"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TARGETPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","target"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ASSOCIATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","resultOf"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ObservationType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTFEATURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectionVectorType"> * <annotation> * <documentation>Direction expressed as a vector, either using components, or using angles.</documentation> * </annotation> * <choice> * <element ref="gml:vector"/> * <sequence> * <element name="horizontalAngle" type="gml:AngleType"/> * <element name="verticalAngle" type="gml:AngleType"/> * </sequence> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTIONVECTORTYPE_TYPE = build_DIRECTIONVECTORTYPE_TYPE(); private static ComplexType build_DIRECTIONVECTORTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","vector"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","horizontalAngle"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","verticalAngle"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectionVectorType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="CompassPointEnumeration"> * <restriction base="string"> * <enumeration value="N"/> * <enumeration value="NNE"/> * <enumeration value="NE"/> * <enumeration value="ENE"/> * <enumeration value="E"/> * <enumeration value="ESE"/> * <enumeration value="SE"/> * <enumeration value="SSE"/> * <enumeration value="S"/> * <enumeration value="SSW"/> * <enumeration value="SW"/> * <enumeration value="WSW"/> * <enumeration value="W"/> * <enumeration value="WNW"/> * <enumeration value="NW"/> * <enumeration value="NNW"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType COMPASSPOINTENUMERATION_TYPE = build_COMPASSPOINTENUMERATION_TYPE(); private static AttributeType build_COMPASSPOINTENUMERATION_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","CompassPointEnumeration"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectionPropertyType"> * <annotation> * <documentation/> * </annotation> * <choice> * <element ref="gml:DirectionVector"/> * <element ref="gml:CompassPoint"/> * <element name="DirectionKeyword" type="gml:CodeType"/> * <element name="DirectionString" type="gml:StringOrRefType"/> * </choice> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTIONPROPERTYTYPE_TYPE = build_DIRECTIONPROPERTYTYPE_TYPE(); private static ComplexType build_DIRECTIONPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTIONVECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","DirectionVector"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPASSPOINTENUMERATION_TYPE, new NameImpl("http://www.opengis.net/gml","CompassPoint"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","DirectionKeyword"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","DirectionString"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectionPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectedObservationType"> * <complexContent> * <extension base="gml:ObservationType"> * <sequence> * <element ref="gml:direction"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTEDOBSERVATIONTYPE_TYPE = build_DIRECTEDOBSERVATIONTYPE_TYPE(); private static ComplexType build_DIRECTEDOBSERVATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTIONPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","direction"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectedObservationType"), schema, false, false, Collections.<Filter>emptyList(), OBSERVATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectedObservationAtDistanceType"> * <complexContent> * <extension base="gml:DirectedObservationType"> * <sequence> * <element name="distance" type="gml:MeasureType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTEDOBSERVATIONATDISTANCETYPE_TYPE = build_DIRECTEDOBSERVATIONATDISTANCETYPE_TYPE(); private static ComplexType build_DIRECTEDOBSERVATIONATDISTANCETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","distance"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectedObservationAtDistanceType"), schema, false, false, Collections.<Filter>emptyList(), DIRECTEDOBSERVATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompoundCRSType"> * <annotation> * <documentation>A coordinate reference system describing the position of points through two or more independent coordinate reference systems. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="2" ref="gml:includesCRS"> * <annotation> * <documentation>Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOUNDCRSTYPE_TYPE = build_COMPOUNDCRSTYPE_TYPE(); private static ComplexType build_COMPOUNDCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COORDINATEREFERENCESYSTEMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","includesCRS"), 2, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompoundCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompoundCRSRefType"> * <annotation> * <documentation>Association to a compound coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:CompoundCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOUNDCRSREFTYPE_TYPE = build_COMPOUNDCRSREFTYPE_TYPE(); private static ComplexType build_COMPOUNDCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COMPOUNDCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompoundCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompoundCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="CalDate"> * <annotation> * <documentation xml:lang="en">Calendar dates may be indicated with varying degrees of precision, * using year, year-month, date. * When used with non-Gregorian calendars based on years, months, days, * the same lexical representation should still be used, with leading zeros added if the * year value would otherwise have fewer than four digits. * time is used for a position that recurs daily (see clause 5.4.4.2 of ISO 19108:2002).</documentation> * </annotation> * <union memberTypes="date gYearMonth gYear"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType CALDATE_TYPE = build_CALDATE_TYPE(); private static AttributeType build_CALDATE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","CalDate"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CoordinateOperationRefType"> * <annotation> * <documentation>Association to a coordinate operation, either referencing or containing the definition of that coordinate operation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_CoordinateOperation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COORDINATEOPERATIONREFTYPE_TYPE = build_COORDINATEOPERATIONREFTYPE_TYPE(); private static ComplexType build_COORDINATEOPERATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_CoordinateOperation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CoordinateOperationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RingType"> * <annotation> * <documentation>A Ring is used to represent a single connected component of a surface boundary. It consists of a sequence of curves connected in a cycle (an object whose boundary is empty). * A Ring is structurally similar to a composite curve in that the endPoint of each curve in the sequence is the startPoint of the next curve in the Sequence. Since the sequence is circular, there is no exception to this rule. Each ring, like all boundaries, is a cycle and each ring is simple. * NOTE: Even though each Ring is simple, the boundary need not be simple. The easiest case of this is where one of the interior rings of a surface is tangent to its exterior ring.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractRingType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:curveMember"> * <annotation> * <documentation>This element references or contains one curve in the composite curve. The curves are contiguous, the collection of curves is ordered. * NOTE: This definition allows for a nested structure, i.e. a CompositeCurve may use, for example, another CompositeCurve as a curve member.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RINGTYPE_TYPE = build_RINGTYPE_TYPE(); private static ComplexType build_RINGTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","curveMember"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RingType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTRINGTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RingPropertyType"> * <annotation> * <documentation>Encapsulates a ring to represent properties in features or geometry collections.</documentation> * </annotation> * <sequence> * <element ref="gml:Ring"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RINGPROPERTYTYPE_TYPE = build_RINGPROPERTYTYPE_TYPE(); private static ComplexType build_RINGPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( RINGTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Ring"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RingPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiPointDomainType"> * <complexContent> * <restriction base="gml:DomainSetType"> * <sequence minOccurs="0"> * <element ref="gml:MultiPoint"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTIPOINTDOMAINTYPE_TYPE = build_MULTIPOINTDOMAINTYPE_TYPE(); private static ComplexType build_MULTIPOINTDOMAINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MULTIPOINTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MultiPoint"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiPointDomainType"), schema, false, false, Collections.<Filter>emptyList(), DOMAINSETTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiPointCoverageType"> * <annotation> * <documentation>A discrete coverage type whose domain is defined by a collection of point</documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractDiscreteCoverageType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element minOccurs="0" ref="gml:boundedBy"/> * <element ref="gml:multiPointDomain"/> * <element ref="gml:rangeSet"/> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTIPOINTCOVERAGETYPE_TYPE = build_MULTIPOINTCOVERAGETYPE_TYPE(); private static ComplexType build_MULTIPOINTCOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MULTIPOINTDOMAINTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","multiPointDomain"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiPointCoverageType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDISCRETECOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CountPropertyType"> * <annotation> * <documentation>Property whose content is a Count.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ValuePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Count"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COUNTPROPERTYTYPE_TYPE = build_COUNTPROPERTYTYPE_TYPE(); private static ComplexType build_COUNTPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","Count"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CountPropertyType"), schema, false, false, Collections.<Filter>emptyList(), VALUEPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConeType"> * <annotation> * <documentation>A cone is a gridded surface given as a * family of conic sections whose control points vary linearly. * NOTE! A 5-point ellipse with all defining positions identical * is a point. Thus, a truncated elliptical cone can be given as a * 2x5 set of control points * ((P1, P1, P1, P1, P1), (P2, P3, P4, P5, P6)). P1 is the apex * of the cone. P2, P3,P4, P5 and P6 are any five distinct points * around the base ellipse of the cone. If the horizontal curves * are circles as opposed to ellipses, the a circular cone can * be constructed using ((P1, P1, P1),(P2, P3, P4)). The apex most * not coinside with the other plane.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGriddedSurfaceType"> * <attribute fixed="circularArc3Points" * name="horizontalCurveType" type="gml:CurveInterpolationType"/> * <attribute fixed="linear" name="verticalCurveType" type="gml:CurveInterpolationType"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONETYPE_TYPE = build_CONETYPE_TYPE(); private static ComplexType build_CONETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","horizontalCurveType"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","verticalCurveType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGRIDDEDSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EnvelopeWithTimePeriodType"> * <annotation> * <documentation>Envelope that includes also a temporal extent.</documentation> * </annotation> * <complexContent> * <extension base="gml:EnvelopeType"> * <sequence> * <element maxOccurs="2" minOccurs="2" ref="gml:timePosition"/> * </sequence> * <attribute default="#ISO-8601" name="frame" type="anyURI" use="optional"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ENVELOPEWITHTIMEPERIODTYPE_TYPE = build_ENVELOPEWITHTIMEPERIODTYPE_TYPE(); private static ComplexType build_ENVELOPEWITHTIMEPERIODTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","timePosition"), 2, 2, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","frame"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EnvelopeWithTimePeriodType"), schema, false, false, Collections.<Filter>emptyList(), ENVELOPETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CategoryPropertyType"> * <annotation> * <documentation>Property whose content is a Category.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ValuePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Category"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CATEGORYPROPERTYTYPE_TYPE = build_CATEGORYPROPERTYTYPE_TYPE(); private static ComplexType build_CATEGORYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Category"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CategoryPropertyType"), schema, false, false, Collections.<Filter>emptyList(), VALUEPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SurfacePatchArrayPropertyType"> * <annotation> * <documentation>A container for an array of surface patches.</documentation> * </annotation> * <sequence maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:_SurfacePatch"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SURFACEPATCHARRAYPROPERTYTYPE_TYPE = build_SURFACEPATCHARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_SURFACEPATCHARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTSURFACEPATCHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_SurfacePatch"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SurfacePatchArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SurfaceType"> * <annotation> * <documentation>A Surface is a 2-dimensional primitive and is composed of one or more surface patches. The surface patches are connected to one another. * The orientation of the surface is positive ("up"). The orientation of a surface chooses an "up" direction through the choice of the upward normal, which, if the surface is not a cycle, is the side of the surface from which the exterior boundary appears counterclockwise. Reversal of the surface orientation reverses the curve orientation of each boundary component, and interchanges the conceptual "up" and "down" direction of the surface. If the surface is the boundary of a solid, the "up" direction is usually outward. For closed surfaces, which have no boundary, the up direction is that of the surface patches, which must be consistent with one another. Its included surface patches describe the interior structure of the Surface.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfaceType"> * <sequence> * <element ref="gml:patches"> * <annotation> * <documentation>This element encapsulates the patches of the surface.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SURFACETYPE_TYPE = build_SURFACETYPE_TYPE(); private static AttributeType build_SURFACETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SurfaceType"), com.vividsolutions.jts.geom.Polygon.class, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="SurfaceInterpolationType"> * <annotation> * <documentation>SurfaceInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an * application schema.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="none"/> * <enumeration value="planar"/> * <enumeration value="spherical"/> * <enumeration value="elliptical"/> * <enumeration value="conic"/> * <enumeration value="tin"/> * <enumeration value="parametricCurve"/> * <enumeration value="polynomialSpline"/> * <enumeration value="rationalSpline"/> * <enumeration value="triangulatedSpline"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SURFACEINTERPOLATIONTYPE_TYPE = build_SURFACEINTERPOLATIONTYPE_TYPE(); private static AttributeType build_SURFACEINTERPOLATIONTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SurfaceInterpolationType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolygonPatchType"> * <annotation> * <documentation>A PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. The curves are coplanar and the polygon uses planar interpolation in its interior. Implements GM_Polygon of ISO 19107.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfacePatchType"> * <sequence> * <element minOccurs="0" ref="gml:exterior"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:interior"/> * </sequence> * <attribute fixed="planar" name="interpolation" type="gml:SurfaceInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType POLYGONPATCHTYPE_TYPE = build_POLYGONPATCHTYPE_TYPE(); private static ComplexType build_POLYGONPATCHTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTRINGPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","exterior"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTRINGPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interior"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( SURFACEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PolygonPatchType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACEPATCHTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolygonPatchArrayPropertyType"> * <annotation> * <documentation>This type defines a container for an array of * polygon patches.</documentation> * </annotation> * <complexContent> * <restriction base="gml:SurfacePatchArrayPropertyType"> * <sequence maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:PolygonPatch"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType POLYGONPATCHARRAYPROPERTYTYPE_TYPE = build_POLYGONPATCHARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_POLYGONPATCHARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( POLYGONPATCHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","PolygonPatch"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PolygonPatchArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), SURFACEPATCHARRAYPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolyhedralSurfaceType"> * <annotation> * <documentation>A polyhedral surface is a surface composed * of polygon surfaces connected along their common boundary * curves. This differs from the surface type only in the * restriction on the types of surface patches acceptable.</documentation> * </annotation> * <complexContent> * <restriction base="gml:SurfaceType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element ref="gml:polygonPatches"> * <annotation> * <documentation>This property encapsulates the patches of * the polyhedral surface.</documentation> * </annotation> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType POLYHEDRALSURFACETYPE_TYPE = build_POLYHEDRALSURFACETYPE_TYPE(); private static ComplexType build_POLYHEDRALSURFACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( POLYGONPATCHARRAYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","polygonPatches"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PolyhedralSurfaceType"), schema, false, false, Collections.<Filter>emptyList(), SURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SingleOperationRefType"> * <annotation> * <documentation>Association to a single operation, either referencing or containing the definition of that single operation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_SingleOperation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SINGLEOPERATIONREFTYPE_TYPE = build_SINGLEOPERATIONREFTYPE_TYPE(); private static ComplexType build_SINGLEOPERATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_SingleOperation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SingleOperationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConcatenatedOperationType"> * <annotation> * <documentation>An ordered sequence of two or more single coordinate operations. The sequence of operations is constrained by the requirement that the source coordinate reference system of step (n+1) must be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated operation. Instead of a forward operation, an inverse operation may be used for one or more of the operation steps mentioned above, if the inverse operation is uniquely defined by the forward operation.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateOperationType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="2" ref="gml:usesSingleOperation"> * <annotation> * <documentation>Ordered sequence of associations to the two or more single operations used by this concatenated operation. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONCATENATEDOPERATIONTYPE_TYPE = build_CONCATENATEDOPERATIONTYPE_TYPE(); private static ComplexType build_CONCATENATEDOPERATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SINGLEOPERATIONREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesSingleOperation"), 2, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConcatenatedOperationType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConcatenatedOperationRefType"> * <annotation> * <documentation>Association to a concatenated operation, either referencing or containing the definition of that concatenated operation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:ConcatenatedOperation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONCATENATEDOPERATIONREFTYPE_TYPE = build_CONCATENATEDOPERATIONREFTYPE_TYPE(); private static ComplexType build_CONCATENATEDOPERATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CONCATENATEDOPERATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ConcatenatedOperation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConcatenatedOperationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeCurveType"> * <annotation> * <documentation>A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:curveMember"> * <annotation> * <documentation>This element references or contains one curve in the composite curve. The curves are contiguous, the collection of curves is ordered. * NOTE: This definition allows for a nested structure, i.e. a CompositeCurve may use, for example, another CompositeCurve as a curve member.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITECURVETYPE_TYPE = build_COMPOSITECURVETYPE_TYPE(); private static ComplexType build_COMPOSITECURVETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","curveMember"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeCurveType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CompositeCurvePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:CompositeCurve"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COMPOSITECURVEPROPERTYTYPE_TYPE = build_COMPOSITECURVEPROPERTYTYPE_TYPE(); private static ComplexType build_COMPOSITECURVEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COMPOSITECURVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeCurve"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CompositeCurvePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimeComplexType"> * <annotation> * <documentation xml:lang="en">The abstract supertype for temporal complexes.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeObjectType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMECOMPLEXTYPE_TYPE = build_ABSTRACTTIMECOMPLEXTYPE_TYPE(); private static ComplexType build_ABSTRACTTIMECOMPLEXTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimeComplexType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTTIMEOBJECTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimeTopologyPrimitiveType"> * <annotation> * <documentation xml:lang="en">The element "complex" carries a reference to the complex containing this primitive.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimePrimitiveType"> * <sequence> * <element minOccurs="0" name="complex" type="gml:ReferenceType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE = build_ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE(); private static ComplexType build_ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( REFERENCETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","complex"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimeTopologyPrimitiveType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTTIMEPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeTopologyPrimitivePropertyType"> * <annotation> * <documentation>A time topology primitive property can either hold any time topology complex element * eor carry an XLink reference to a remote time topology complex element * (where remote includes elements located elsewhere in the same document). * Note that either the reference or the contained element must be given, but not both or none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_TimeTopologyPrimitive"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMETOPOLOGYPRIMITIVEPROPERTYTYPE_TYPE = build_TIMETOPOLOGYPRIMITIVEPROPERTYTYPE_TYPE(); private static ComplexType build_TIMETOPOLOGYPRIMITIVEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TimeTopologyPrimitive"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeTopologyPrimitivePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeTopologyComplexType"> * <annotation> * <documentation xml:lang="en">A temporal topology complex.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeComplexType"> * <sequence> * <element maxOccurs="unbounded" name="primitive" type="gml:TimeTopologyPrimitivePropertyType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMETOPOLOGYCOMPLEXTYPE_TYPE = build_TIMETOPOLOGYCOMPLEXTYPE_TYPE(); private static ComplexType build_TIMETOPOLOGYCOMPLEXTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMETOPOLOGYPRIMITIVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","primitive"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeTopologyComplexType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMECOMPLEXTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeTopologyComplexPropertyType"> * <annotation> * <documentation>A time topology complex property can either be any time topology complex element * encapsulated in an element of this type or an XLink reference to a remote time topology complex element * (where remote includes elements located elsewhere in the same document). * Note that either the reference or the contained element must be given, but not both or none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:TimeTopologyComplex"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMETOPOLOGYCOMPLEXPROPERTYTYPE_TYPE = build_TIMETOPOLOGYCOMPLEXPROPERTYTYPE_TYPE(); private static ComplexType build_TIMETOPOLOGYCOMPLEXPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMETOPOLOGYCOMPLEXTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeTopologyComplex"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeTopologyComplexPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="doubleOrNull"> * <annotation> * <documentation>Union of the XML Schema double type and the GML Nulltype. An element which uses this type may have content which is either a double or a value from Nulltype</documentation> * </annotation> * <union memberTypes="gml:NullEnumeration double anyURI"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType DOUBLEORNULL_TYPE = build_DOUBLEORNULL_TYPE(); private static AttributeType build_DOUBLEORNULL_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","doubleOrNull"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTopologyType"> * <complexContent> * <extension base="gml:AbstractGMLType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTOPOLOGYTYPE_TYPE = build_ABSTRACTTOPOLOGYTYPE_TYPE(); private static ComplexType build_ABSTRACTTOPOLOGYTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTopologyType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTopoPrimitiveType"> * <complexContent> * <extension base="gml:AbstractTopologyType"> * <sequence> * <!--element ref="gml:isolated" minOccurs="0" maxOccurs="unbounded"/> * <element ref="gml:container" minOccurs="0"/--> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTOPOPRIMITIVETYPE_TYPE = build_ABSTRACTTOPOPRIMITIVETYPE_TYPE(); private static ComplexType build_ABSTRACTTOPOPRIMITIVETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTopoPrimitiveType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTTOPOLOGYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FaceType"> * <annotation> * <documentation>. The topological boundary of a face consists of a set of directed edges. Note that all edges associated with a Face, including dangling and interior edges, appear in the boundary. Dangling and interior edges are each referenced by pairs of directedEdges with opposing orientations. The optional coboundary of a face is a pair of directed solids which are bounded by this face. If present, there is precisely one positively directed and one negatively directed solid in the coboundary of every face. The positively directed solid corresponds to the solid which lies in the direction of the positively directed normal to the face in any geometric realisation. A face may optionally be realised by a 2-dimensional (surface) geometric primitive.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopoPrimitiveType"> * <sequence> * <!--element ref="gml:directedEdge" maxOccurs="unbounded"/--> * <!--element ref="gml:directedTopoSolid" minOccurs="0" maxOccurs="2"/--> * <element minOccurs="0" ref="gml:surfaceProperty"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FACETYPE_TYPE = build_FACETYPE_TYPE(); private static ComplexType build_FACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SURFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","surfaceProperty"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FaceType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectedFacePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Face"/> * </sequence> * <attribute default="+" name="orientation" type="gml:SignType"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTEDFACEPROPERTYTYPE_TYPE = build_DIRECTEDFACEPROPERTYTYPE_TYPE(); private static ComplexType build_DIRECTEDFACEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( FACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Face"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SIGNTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","orientation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectedFacePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoSolidType"> * <annotation> * <documentation>The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopoPrimitiveType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:directedFace"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOSOLIDTYPE_TYPE = build_TOPOSOLIDTYPE_TYPE(); private static ComplexType build_TOPOSOLIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedFace"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoSolidType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ContainerPropertyType"> * <sequence minOccurs="0"> * <choice> * <element ref="gml:Face"/> * <element ref="gml:TopoSolid"/> * </choice> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONTAINERPROPERTYTYPE_TYPE = build_CONTAINERPROPERTYTYPE_TYPE(); private static ComplexType build_CONTAINERPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( FACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Face"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TOPOSOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoSolid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ContainerPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CubicSplineType"> * <annotation> * <documentation>Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function. A cubic spline uses the control points and a set of derivative parameters to define a piecewise 3rd degree polynomial interpolation. Unlike line-strings, the parameterization by arc length is not necessarily still a polynomial. * The function describing the curve must be C2, that is, have a continuous 1st and 2nd derivative at all points, and pass through the controlPoints in the order given. Between the control points, the curve segment is defined by a cubic polynomial. At each control point, the polynomial changes in such a manner that the 1st and 2nd derivative vectors are the same from either side. The control parameters record must contain vectorAtStart, and vectorAtEnd which are the unit tangent vectors at controlPoint[1] and controlPoint[n] where n = controlPoint.count. * Note: only the direction of the vectors is relevant, not their length.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only. The number of direct positions in the list must be at least three.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="2"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * <element name="vectorAtStart" type="gml:VectorType"> * <annotation> * <documentation>"vectorAtStart" is the unit tangent vector at the start point of the spline.</documentation> * </annotation> * </element> * <element name="vectorAtEnd" type="gml:VectorType"> * <annotation> * <documentation>"vectorAtEnd" is the unit tangent vector at the end point of the spline.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="cubicSpline" name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For a CubicSpline the interpolation is fixed as "cubicSpline".</documentation> * </annotation> * </attribute> * <attribute fixed="3" name="degree" type="integer"> * <annotation> * <documentation>The degree for a cubic spline is "3".</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CUBICSPLINETYPE_TYPE = build_CUBICSPLINETYPE_TYPE(); private static ComplexType build_CUBICSPLINETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","vectorAtStart"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","vectorAtEnd"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","degree"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CubicSplineType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="stringOrNull"> * <annotation> * <documentation>Union of the XML Schema string type and the GML Nulltype. An element which uses this type may have content which is either a string or a value from Nulltype. Note that a "string" may contain whitespace. </documentation> * </annotation> * <union memberTypes="gml:NullEnumeration string anyURI"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType STRINGORNULL_TYPE = build_STRINGORNULL_TYPE(); private static AttributeType build_STRINGORNULL_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","stringOrNull"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractStyleType"> * <annotation> * <documentation>[complexType of] The value of the top-level property. It is an abstract element. Used as the head element of the substitution group for extensibility purposes.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTSTYLETYPE_TYPE = build_ABSTRACTSTYLETYPE_TYPE(); private static ComplexType build_ABSTRACTSTYLETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractStyleType"), Collections.<PropertyDescriptor>emptyList(), false, true, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="SymbolTypeEnumeration"> * <annotation> * <documentation>Used to specify the type of the symbol used.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="svg"/> * <enumeration value="xpath"/> * <enumeration value="other"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SYMBOLTYPEENUMERATION_TYPE = build_SYMBOLTYPEENUMERATION_TYPE(); private static AttributeType build_SYMBOLTYPEENUMERATION_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SymbolTypeEnumeration"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SymbolType"> * <annotation> * <documentation>[complexType of] The symbol property. Allows for remote referencing of symbols.</documentation> * </annotation> * <sequence> * <any maxOccurs="unbounded" minOccurs="0" processContents="skip"/> * </sequence> * <attribute name="symbolType" type="gml:SymbolTypeEnumeration" use="required"/> * <attribute ref="gml:transform" use="optional"/> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SYMBOLTYPE_TYPE = build_SYMBOLTYPE_TYPE(); private static ComplexType build_SYMBOLTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SYMBOLTYPEENUMERATION_TYPE, new NameImpl("http://www.opengis.net/gml","symbolType"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","transform"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SymbolType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ScaleType"> * <annotation> * <documentation>Value of a scale factor (or ratio) that has no physical unit. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a scale factor, such as percent, permil, or parts-per-million.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SCALETYPE_TYPE = build_SCALETYPE_TYPE(); private static ComplexType build_SCALETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ScaleType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="StyleVariationType"> * <annotation> * <documentation>Used to vary individual graphic parameters and attributes of the style, symbol or text.</documentation> * </annotation> * <simpleContent> * <extension base="string"> * <attribute name="styleProperty" type="string" use="required"/> * <attribute name="featurePropertyRange" type="string" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType STYLEVARIATIONTYPE_TYPE = build_STYLEVARIATIONTYPE_TYPE(); private static ComplexType build_STYLEVARIATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","styleProperty"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","featurePropertyRange"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","StyleVariationType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BaseStyleDescriptorType"> * <annotation> * <documentation>Base complex type for geometry, topology, label and graph styles.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <element minOccurs="0" name="spatialResolution" type="gml:ScaleType"/> * <element maxOccurs="unbounded" minOccurs="0" * name="styleVariation" type="gml:StyleVariationType"/> * <element maxOccurs="unbounded" minOccurs="0" ref="smil20:animate"/> * <element maxOccurs="unbounded" minOccurs="0" ref="smil20:animateMotion"/> * <element maxOccurs="unbounded" minOccurs="0" ref="smil20:animateColor"/> * <element maxOccurs="unbounded" minOccurs="0" ref="smil20:set"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BASESTYLEDESCRIPTORTYPE_TYPE = build_BASESTYLEDESCRIPTORTYPE_TYPE(); private static ComplexType build_BASESTYLEDESCRIPTORTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SCALETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","spatialResolution"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STYLEVARIATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","styleVariation"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( SMIL20LANGSchema.ANIMATETYPE_TYPE, new NameImpl("http://www.w3.org/2001/SMIL20/","animate"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( SMIL20LANGSchema.ANIMATEMOTIONTYPE_TYPE, new NameImpl("http://www.w3.org/2001/SMIL20/","animateMotion"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( SMIL20LANGSchema.ANIMATECOLORTYPE_TYPE, new NameImpl("http://www.w3.org/2001/SMIL20/","animateColor"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( SMIL20LANGSchema.SETTYPE_TYPE, new NameImpl("http://www.w3.org/2001/SMIL20/","set"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BaseStyleDescriptorType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType mixed="true" name="LabelType"> * <annotation> * <documentation>Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" * name="LabelExpression" type="string"/> * </sequence> * <attribute ref="gml:transform" use="optional"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LABELTYPE_TYPE = build_LABELTYPE_TYPE(); private static ComplexType build_LABELTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","LabelExpression"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","transform"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LabelType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LabelStyleType"> * <annotation> * <documentation>[complexType of] The style descriptor for labels of a feature, geometry or topology.</documentation> * </annotation> * <complexContent> * <extension base="gml:BaseStyleDescriptorType"> * <sequence> * <element name="style" type="string"/> * <element name="label" type="gml:LabelType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LABELSTYLETYPE_TYPE = build_LABELSTYLETYPE_TYPE(); private static ComplexType build_LABELSTYLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","style"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LABELTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","label"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LabelStyleType"), schema, false, false, Collections.<Filter>emptyList(), BASESTYLEDESCRIPTORTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LabelStylePropertyType"> * <annotation> * <documentation/> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:LabelStyle"/> * </sequence> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LABELSTYLEPROPERTYTYPE_TYPE = build_LABELSTYLEPROPERTYTYPE_TYPE(); private static ComplexType build_LABELSTYLEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( LABELSTYLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","LabelStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LabelStylePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometryStyleType"> * <annotation> * <documentation>[complexType of] The style descriptor for geometries of a feature.</documentation> * </annotation> * <complexContent> * <extension base="gml:BaseStyleDescriptorType"> * <sequence> * <choice> * <element ref="gml:symbol"/> * <element name="style" type="string"> * <annotation> * <appinfo>deprecated</appinfo> * <documentation>Deprecated in GML version 3.1.0. Use symbol with inline content instead.</documentation> * </annotation> * </element> * </choice> * <element minOccurs="0" ref="gml:labelStyle"/> * </sequence> * <attribute name="geometryProperty" type="string"/> * <attribute name="geometryType" type="string"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOMETRYSTYLETYPE_TYPE = build_GEOMETRYSTYLETYPE_TYPE(); private static ComplexType build_GEOMETRYSTYLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SYMBOLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","symbol"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","style"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LABELSTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","labelStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","geometryProperty"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","geometryType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometryStyleType"), schema, false, false, Collections.<Filter>emptyList(), BASESTYLEDESCRIPTORTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometryStylePropertyType"> * <annotation> * <documentation/> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:GeometryStyle"/> * </sequence> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOMETRYSTYLEPROPERTYTYPE_TYPE = build_GEOMETRYSTYLEPROPERTYTYPE_TYPE(); private static ComplexType build_GEOMETRYSTYLEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GEOMETRYSTYLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GeometryStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometryStylePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopologyStyleType"> * <annotation> * <documentation>[complexType of] The style descriptor for topologies of a feature. Describes individual topology elements styles.</documentation> * </annotation> * <complexContent> * <extension base="gml:BaseStyleDescriptorType"> * <sequence> * <choice> * <element ref="gml:symbol"/> * <element name="style" type="string"> * <annotation> * <appinfo>deprecated</appinfo> * <documentation>Deprecated in GML version 3.1.0. Use symbol with inline content instead.</documentation> * </annotation> * </element> * </choice> * <element minOccurs="0" ref="gml:labelStyle"/> * </sequence> * <attribute name="topologyProperty" type="string"/> * <attribute name="topologyType" type="string"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOLOGYSTYLETYPE_TYPE = build_TOPOLOGYSTYLETYPE_TYPE(); private static ComplexType build_TOPOLOGYSTYLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SYMBOLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","symbol"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","style"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LABELSTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","labelStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","topologyProperty"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","topologyType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopologyStyleType"), schema, false, false, Collections.<Filter>emptyList(), BASESTYLEDESCRIPTORTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopologyStylePropertyType"> * <annotation> * <documentation/> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:TopologyStyle"/> * </sequence> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOLOGYSTYLEPROPERTYTYPE_TYPE = build_TOPOLOGYSTYLEPROPERTYTYPE_TYPE(); private static ComplexType build_TOPOLOGYSTYLEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOLOGYSTYLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopologyStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopologyStylePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="QueryGrammarEnumeration"> * <annotation> * <documentation>Used to specify the grammar of the feature query mechanism.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="xpath"/> * <enumeration value="xquery"/> * <enumeration value="other"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType QUERYGRAMMARENUMERATION_TYPE = build_QUERYGRAMMARENUMERATION_TYPE(); private static AttributeType build_QUERYGRAMMARENUMERATION_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","QueryGrammarEnumeration"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FeatureStyleType"> * <annotation> * <documentation>[complexType of] The style descriptor for features.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <element minOccurs="0" name="featureConstraint" type="string"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:geometryStyle"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:topologyStyle"/> * <element minOccurs="0" ref="gml:labelStyle"/> * </sequence> * <attribute name="featureType" type="string" use="optional"/> * <attribute name="baseType" type="string" use="optional"/> * <attribute name="queryGrammar" type="gml:QueryGrammarEnumeration"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FEATURESTYLETYPE_TYPE = build_FEATURESTYLETYPE_TYPE(); private static ComplexType build_FEATURESTYLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","featureConstraint"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GEOMETRYSTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","geometryStyle"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TOPOLOGYSTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","topologyStyle"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( LABELSTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","labelStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","featureType"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","baseType"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( QUERYGRAMMARENUMERATION_TYPE, new NameImpl("http://www.opengis.net/gml","queryGrammar"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FeatureStyleType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FeatureStylePropertyType"> * <annotation> * <documentation/> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:FeatureStyle"/> * </sequence> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FEATURESTYLEPROPERTYTYPE_TYPE = build_FEATURESTYLEPROPERTYTYPE_TYPE(); private static ComplexType build_FEATURESTYLEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( FEATURESTYLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","FeatureStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FeatureStylePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="GraphTypeType"> * <annotation> * <documentation>Graph-specific styling property.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="TREE"/> * <enumeration value="BICONNECTED"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType GRAPHTYPETYPE_TYPE = build_GRAPHTYPETYPE_TYPE(); private static AttributeType build_GRAPHTYPETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","GraphTypeType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="DrawingTypeType"> * <annotation> * <documentation>Graph-specific styling property.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="POLYLINE"/> * <enumeration value="ORTHOGONAL"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType DRAWINGTYPETYPE_TYPE = build_DRAWINGTYPETYPE_TYPE(); private static AttributeType build_DRAWINGTYPETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","DrawingTypeType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="LineTypeType"> * <annotation> * <documentation>Graph-specific styling property.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="STRAIGHT"/> * <enumeration value="BENT"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType LINETYPETYPE_TYPE = build_LINETYPETYPE_TYPE(); private static AttributeType build_LINETYPETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","LineTypeType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="AesheticCriteriaType"> * <annotation> * <documentation>Graph-specific styling property.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="MIN_CROSSINGS"/> * <enumeration value="MIN_AREA"/> * <enumeration value="MIN_BENDS"/> * <enumeration value="MAX_BENDS"/> * <enumeration value="UNIFORM_BENDS"/> * <enumeration value="MIN_SLOPES"/> * <enumeration value="MIN_EDGE_LENGTH"/> * <enumeration value="MAX_EDGE_LENGTH"/> * <enumeration value="UNIFORM_EDGE_LENGTH"/> * <enumeration value="MAX_ANGULAR_RESOLUTION"/> * <enumeration value="MIN_ASPECT_RATIO"/> * <enumeration value="MAX_SYMMETRIES"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType AESHETICCRITERIATYPE_TYPE = build_AESHETICCRITERIATYPE_TYPE(); private static AttributeType build_AESHETICCRITERIATYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","AesheticCriteriaType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GraphStyleType"> * <annotation> * <documentation>[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.</documentation> * </annotation> * <complexContent> * <extension base="gml:BaseStyleDescriptorType"> * <sequence> * <element minOccurs="0" name="planar" type="boolean"/> * <element minOccurs="0" name="directed" type="boolean"/> * <element minOccurs="0" name="grid" type="boolean"/> * <element minOccurs="0" name="minDistance" type="double"/> * <element minOccurs="0" name="minAngle" type="double"/> * <element minOccurs="0" name="graphType" type="gml:GraphTypeType"/> * <element minOccurs="0" name="drawingType" type="gml:DrawingTypeType"/> * <element minOccurs="0" name="lineType" type="gml:LineTypeType"/> * <element maxOccurs="unbounded" minOccurs="0" * name="aestheticCriteria" type="gml:AesheticCriteriaType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRAPHSTYLETYPE_TYPE = build_GRAPHSTYLETYPE_TYPE(); private static ComplexType build_GRAPHSTYLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","planar"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","directed"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","grid"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","minDistance"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","minAngle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GRAPHTYPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","graphType"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DRAWINGTYPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","drawingType"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LINETYPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","lineType"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( AESHETICCRITERIATYPE_TYPE, new NameImpl("http://www.opengis.net/gml","aestheticCriteria"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GraphStyleType"), schema, false, false, Collections.<Filter>emptyList(), BASESTYLEDESCRIPTORTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GraphStylePropertyType"> * <annotation> * <documentation/> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:GraphStyle"/> * </sequence> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRAPHSTYLEPROPERTYTYPE_TYPE = build_GRAPHSTYLEPROPERTYTYPE_TYPE(); private static ComplexType build_GRAPHSTYLEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GRAPHSTYLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GraphStyle"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GraphStylePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="StyleType"> * <annotation> * <documentation>[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractStyleType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:featureStyle"/> * <element minOccurs="0" ref="gml:graphStyle"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType STYLETYPE_TYPE = build_STYLETYPE_TYPE(); private static ComplexType build_STYLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( FEATURESTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","featureStyle"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( GRAPHSTYLEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","graphStyle"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","StyleType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSTYLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeodesicStringType"> * <annotation> * <documentation>A GeodesicString consists of sequence of * geodesic segments. The type essentially combines a sequence of * Geodesic into a single object. * The GeodesicString is computed from two or more positions and an * interpolation using geodesics defined from the geoid (or * ellipsoid) of the co-ordinate reference system being used.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <choice> * <element ref="gml:posList"/> * <group maxOccurs="unbounded" minOccurs="2" ref="gml:geometricPositionGroup"/> * </choice> * <attribute fixed="geodesic" name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the * curve interpolation mechanism used for this segment. This * mechanism uses the control points and control parameters to * determine the position of this curve segment. For an * GeodesicString the interpolation is fixed as "geodesic".</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEODESICSTRINGTYPE_TYPE = build_GEODESICSTRINGTYPE_TYPE(); private static ComplexType build_GEODESICSTRINGTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeodesicStringType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeodesicType"> * <annotation> * <documentation>A Geodesic consists of two distinct * positions joined by a geodesic curve. The control points of * a Geodesic shall lie on the geodesic between its start * point and end points. Between these two points, a geodesic * curve defined from ellipsoid or geoid model used by the * co-ordinate reference systems may be used to interpolate * other positions. Any other point in the controlPoint array * must fall on this geodesic.</documentation> * </annotation> * <complexContent> * <extension base="gml:GeodesicStringType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEODESICTYPE_TYPE = build_GEODESICTYPE_TYPE(); private static ComplexType build_GEODESICTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeodesicType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), GEODESICSTRINGTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RelatedTimeType"> * <complexContent> * <extension base="gml:TimePrimitivePropertyType"> * <attribute name="relativePosition"> * <simpleType> * <restriction base="string"> * <enumeration value="Before"/> * <enumeration value="After"/> * <enumeration value="Begins"/> * <enumeration value="Ends"/> * <enumeration value="During"/> * <enumeration value="Equals"/> * <enumeration value="Contains"/> * <enumeration value="Overlaps"/> * <enumeration value="Meets"/> * <enumeration value="OverlappedBy"/> * <enumeration value="MetBy"/> * <enumeration value="BegunBy"/> * <enumeration value="EndedBy"/> * </restriction> * </simpleType> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RELATEDTIMETYPE_TYPE = build_RELATEDTIMETYPE_TYPE(); private static ComplexType build_RELATEDTIMETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RelatedTimeType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), TIMEPRIMITIVEPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeEdgeType"> * <annotation> * <documentation xml:lang="en">Type declaration of the element "TimeEdge".</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeTopologyPrimitiveType"> * <sequence> * <!--element name="start" type="gml:TimeNodePropertyType"/> * <element name="end" type="gml:TimeNodePropertyType"/--> * <element minOccurs="0" name="extent" type="gml:TimePeriodPropertyType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEEDGETYPE_TYPE = build_TIMEEDGETYPE_TYPE(); private static ComplexType build_TIMEEDGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPERIODPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","extent"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeEdgeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeEdgePropertyType"> * <annotation> * <documentation>A time edge property can either be any time edge element encapsulated in an element of this type * or an XLink reference to a remote time edge element (where remote includes elements located elsewhere in the same document). * Note that either the reference or the contained element must be given, but not both or none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:TimeEdge"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEEDGEPROPERTYTYPE_TYPE = build_TIMEEDGEPROPERTYTYPE_TYPE(); private static ComplexType build_TIMEEDGEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEEDGETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeEdge"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeEdgePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeNodeType"> * <annotation> * <documentation xml:lang="en">Type declaration of the element "TimeNode".</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeTopologyPrimitiveType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" * name="previousEdge" type="gml:TimeEdgePropertyType"/> * <element maxOccurs="unbounded" minOccurs="0" * name="nextEdge" type="gml:TimeEdgePropertyType"/> * <element minOccurs="0" name="position" type="gml:TimeInstantPropertyType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMENODETYPE_TYPE = build_TIMENODETYPE_TYPE(); private static ComplexType build_TIMENODETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEEDGEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","previousEdge"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEEDGEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","nextEdge"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINSTANTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","position"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeNodeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeNodePropertyType"> * <annotation> * <documentation>A time node property can either be any time node element encapsulated in an element of this type * or an XLink reference to a remote time node element (where remote includes elements located elsewhere in the same document). * Note that either the reference or the contained element must be given, but not both or none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:TimeNode"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMENODEPROPERTYTYPE_TYPE = build_TIMENODEPROPERTYTYPE_TYPE(); private static ComplexType build_TIMENODEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMENODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeNode"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeNodePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeOrdinalEraType"> * <annotation> * <documentation xml:lang="en">Ordinal temporal reference systems are often hierarchically structured * such that an ordinal era at a given level of the hierarchy includes a * sequence of shorter, coterminous ordinal eras. This captured using the member/group properties. * * Note that in this schema, TIme Ordinal Era is patterned on TimeEdge, which is a variation from ISO 19108. * This is in order to fulfill the requirements of ordinal reference systems based on eras delimited by * named points or nodes, which are common in geology, archeology, etc. * * This change is subject of a change proposal to ISO</documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" * name="relatedTime" type="gml:RelatedTimeType"/> * <element name="start" type="gml:TimeNodePropertyType"/> * <element name="end" type="gml:TimeNodePropertyType"/> * <element minOccurs="0" name="extent" type="gml:TimePeriodPropertyType"/> * <!--element name="member" type="gml:TimeOrdinalEraPropertyType" minOccurs="0" maxOccurs="unbounded"> * <annotation> * <documentation>An Era may be composed of several member Eras. The "member" element implements the association to the Era at the next level down the hierarchy. "member" follows the standard GML property pattern whereby its (complex) value may be either described fully inline, or may be the target of a link carried on the member element and described fully elsewhere, either in the same document or from another service.</documentation> * </annotation> * </element--> * <element minOccurs="0" name="group" type="gml:ReferenceType"> * <annotation> * <documentation>In a particular Time System, an Era may be a member of a group. The "group" element implements the back-pointer to the Era at the next level up in the hierarchy. * * If the hierarchy is represented by describing the nested components fully in the their nested position inside "member" elements, then the parent can be easily inferred, so the group property is unnecessary. * * However, if the hierarchy is represented by links carried on the "member" property elements, pointing to Eras described fully elsewhere, then it may be useful for a child (member) era to carry an explicit pointer back to its parent (group) Era.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEORDINALERATYPE_TYPE = build_TIMEORDINALERATYPE_TYPE(); private static ComplexType build_TIMEORDINALERATYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( RELATEDTIMETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","relatedTime"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMENODEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","start"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMENODEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","end"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEPERIODPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","extent"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( REFERENCETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","group"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeOrdinalEraType"), schema, false, false, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeOrdinalEraPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TimeOrdinalEra"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEORDINALERAPROPERTYTYPE_TYPE = build_TIMEORDINALERAPROPERTYTYPE_TYPE(); private static ComplexType build_TIMEORDINALERAPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEORDINALERATYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TimeOrdinalEra"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeOrdinalEraPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeOrdinalReferenceSystemType"> * <annotation> * <documentation xml:lang="en">In an ordinal reference system the order of events in time can be well * established, but the magnitude of the intervals between them can not be * accurately determined (e.g. a stratigraphic sequence).</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeReferenceSystemType"> * <sequence> * <element maxOccurs="unbounded" name="component" type="gml:TimeOrdinalEraPropertyType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEORDINALREFERENCESYSTEMTYPE_TYPE = build_TIMEORDINALREFERENCESYSTEMTYPE_TYPE(); private static ComplexType build_TIMEORDINALREFERENCESYSTEMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEORDINALERAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","component"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeOrdinalReferenceSystemType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalCSType"> * <annotation> * <documentation>A one-dimensional coordinate system used to record the heights (or depths) of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one usesAxis association. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALCSTYPE_TYPE = build_VERTICALCSTYPE_TYPE(); private static ComplexType build_VERTICALCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalCSRefType"> * <annotation> * <documentation>Association to a vertical coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:VerticalCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALCSREFTYPE_TYPE = build_VERTICALCSREFTYPE_TYPE(); private static ComplexType build_VERTICALCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VERTICALCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","VerticalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalDatumTypeType"> * <annotation> * <documentation>Type of a vertical datum. </documentation> * </annotation> * <simpleContent> * <restriction base="gml:CodeType"> * <attribute name="codeSpace" type="anyURI" use="required"> * <annotation> * <documentation>Reference to a source of information specifying the values and meanings of all the allowed string values for this VerticalDatumTypeType. </documentation> * </annotation> * </attribute> * </restriction> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALDATUMTYPETYPE_TYPE = build_VERTICALDATUMTYPETYPE_TYPE(); private static ComplexType build_VERTICALDATUMTYPETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalDatumTypeType"), schema, false, false, Collections.<Filter>emptyList(), CODETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalDatumType"> * <annotation> * <documentation>A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this standard. There are several types of Vertical Datums, and each may place constraints on the Coordinate Axis with which it is combined to create a Vertical CRS. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractDatumType"> * <sequence> * <element minOccurs="0" ref="gml:verticalDatumType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALDATUMTYPE_TYPE = build_VERTICALDATUMTYPE_TYPE(); private static ComplexType build_VERTICALDATUMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VERTICALDATUMTYPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","verticalDatumType"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalDatumType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDATUMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalDatumRefType"> * <annotation> * <documentation>Association to a vertical datum, either referencing or containing the definition of that datum. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:VerticalDatum"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALDATUMREFTYPE_TYPE = build_VERTICALDATUMREFTYPE_TYPE(); private static ComplexType build_VERTICALDATUMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VERTICALDATUMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","VerticalDatum"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalDatumRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalCRSType"> * <annotation> * <documentation>A 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <element ref="gml:usesVerticalCS"/> * <element ref="gml:usesVerticalDatum"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALCRSTYPE_TYPE = build_VERTICALCRSTYPE_TYPE(); private static ComplexType build_VERTICALCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VERTICALCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesVerticalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VERTICALDATUMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesVerticalDatum"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VerticalCRSRefType"> * <annotation> * <documentation>Association to a vertical coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:VerticalCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VERTICALCRSREFTYPE_TYPE = build_VERTICALCRSREFTYPE_TYPE(); private static ComplexType build_VERTICALCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( VERTICALCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","VerticalCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VerticalCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="OperationParameterGroupBaseType"> * <annotation> * <documentation>Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed. </documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractGeneralOperationParameterType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:groupName"/> * <element minOccurs="0" ref="gml:minimumOccurs"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONPARAMETERGROUPBASETYPE_TYPE = build_OPERATIONPARAMETERGROUPBASETYPE_TYPE(); private static ComplexType build_OPERATIONPARAMETERGROUPBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","groupName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.NONNEGATIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","minimumOccurs"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationParameterGroupBaseType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationParameterGroupType"> * <annotation> * <documentation>The definition of a group of parameters used by an operation method. This complexType is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names. </documentation> * </annotation> * <complexContent> * <extension base="gml:OperationParameterGroupBaseType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:groupID"> * <annotation> * <documentation>Set of alternative identifications of this operation parameter group. The first groupID, if any, is normally the primary identification code, and any others are aliases. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:remarks"> * <annotation> * <documentation>Comments on or information about this operation parameter group, including source information. </documentation> * </annotation> * </element> * <element minOccurs="0" ref="gml:maximumOccurs"/> * <element maxOccurs="unbounded" minOccurs="2" ref="gml:includesParameter"> * <annotation> * <documentation>Unordered list of associations to the set of operation parameters that are members of this group. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONPARAMETERGROUPTYPE_TYPE = build_OPERATIONPARAMETERGROUPTYPE_TYPE(); private static ComplexType build_OPERATIONPARAMETERGROUPTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","groupID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","remarks"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","maximumOccurs"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ABSTRACTGENERALOPERATIONPARAMETERREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","includesParameter"), 2, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationParameterGroupType"), schema, false, false, Collections.<Filter>emptyList(), OPERATIONPARAMETERGROUPBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationParameterGroupRefType"> * <annotation> * <documentation>Association to an operation parameter, either referencing or containing the definition of that parameter. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:OperationParameterGroup"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONPARAMETERGROUPREFTYPE_TYPE = build_OPERATIONPARAMETERGROUPREFTYPE_TYPE(); private static ComplexType build_OPERATIONPARAMETERGROUPREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( OPERATIONPARAMETERGROUPTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","OperationParameterGroup"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationParameterGroupRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ParameterValueGroupType"> * <annotation> * <documentation>A group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level parameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeneralParameterValueType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="2" ref="gml:includesValue"> * <annotation> * <documentation>Unordered set of composition associations to the parameter values and groups of values included in this group. </documentation> * </annotation> * </element> * <element ref="gml:valuesOfGroup"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PARAMETERVALUEGROUPTYPE_TYPE = build_PARAMETERVALUEGROUPTYPE_TYPE(); private static ComplexType build_PARAMETERVALUEGROUPTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGENERALPARAMETERVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","includesValue"), 2, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( OPERATIONPARAMETERGROUPREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","valuesOfGroup"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ParameterValueGroupType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGENERALPARAMETERVALUETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="integerOrNull"> * <annotation> * <documentation>Union of the XML Schema integer type and the GML Nulltype. An element which uses this type may have content which is either an integer or a value from Nulltype</documentation> * </annotation> * <union memberTypes="gml:NullEnumeration integer anyURI"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType INTEGERORNULL_TYPE = build_INTEGERORNULL_TYPE(); private static AttributeType build_INTEGERORNULL_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","integerOrNull"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiGeometryPropertyType"> * <annotation> * <documentation>A property that has a geometric aggregate as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_GeometricAggregate"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTIGEOMETRYPROPERTYTYPE_TYPE = build_MULTIGEOMETRYPROPERTYTYPE_TYPE(); private static AttributeType build_MULTIGEOMETRYPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiGeometryPropertyType"), com.vividsolutions.jts.geom.GeometryCollection.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="RectangleType"> * <annotation> * <documentation>Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfacePatchType"> * <sequence> * <element ref="gml:exterior"> * <annotation> * <documentation>Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="planar" name="interpolation" type="gml:SurfaceInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType RECTANGLETYPE_TYPE = build_RECTANGLETYPE_TYPE(); private static ComplexType build_RECTANGLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTRINGPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","exterior"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SURFACEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","RectangleType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACEPATCHTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DefaultStylePropertyType"> * <annotation> * <documentation>[complexType of] Top-level property. Used in application schemas to "attach" the styling information to GML data. The link between the data and the style should be established through this property only.</documentation> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:_Style"/> * </sequence> * <attribute name="about" type="anyURI" use="optional"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DEFAULTSTYLEPROPERTYTYPE_TYPE = build_DEFAULTSTYLEPROPERTYTYPE_TYPE(); private static ComplexType build_DEFAULTSTYLEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTSTYLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Style"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","about"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DefaultStylePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EdgeType"> * <annotation> * <documentation>There is precisely one positively directed and one negatively directed node in the boundary of every edge. The negatively and positively directed nodes correspond to the start and end nodes respectively. The optional coboundary of an edge is a circular sequence of directed faces which are incident on this edge in document order. Faces which use a particular boundary edge in its positive orientation appear with positive orientation on the coboundary of the same edge. In the 2D case, the orientation of the face on the left of the edge is "+"; the orientation of the face on the right on its right is "-". An edge may optionally be realised by a 1-dimensional (curve) geometric primitive.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopoPrimitiveType"> * <sequence> * <!--element ref="gml:directedNode" minOccurs="2" maxOccurs="2"/--> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:directedFace"/> * <element minOccurs="0" ref="gml:curveProperty"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType EDGETYPE_TYPE = build_EDGETYPE_TYPE(); private static ComplexType build_EDGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedFace"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","curveProperty"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EdgeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectedEdgePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Edge"/> * </sequence> * <attribute default="+" name="orientation" type="gml:SignType"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTEDEDGEPROPERTYTYPE_TYPE = build_DIRECTEDEDGEPROPERTYTYPE_TYPE(); private static ComplexType build_DIRECTEDEDGEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( EDGETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Edge"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SIGNTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","orientation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectedEdgePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoCurveType"> * <annotation> * <documentation>The end Node of each directedEdge of a TopoCurveType * is the start Node of the next directedEdge of the TopoCurveType in document order. The TopoCurve type and element represent a homogeneous topological expression, a list of directed edges, which if realised are isomorphic to a geometric curve primitive. The intended use of TopoCurve is to appear within a line feature instance to express the structural and geometric relationships of this line to other features via the shared edge definitions.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopologyType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:directedEdge"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOCURVETYPE_TYPE = build_TOPOCURVETYPE_TYPE(); private static ComplexType build_TOPOCURVETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDEDGEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedEdge"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoCurveType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOLOGYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoCurvePropertyType"> * <sequence> * <element ref="gml:TopoCurve"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOCURVEPROPERTYTYPE_TYPE = build_TOPOCURVEPROPERTYTYPE_TYPE(); private static ComplexType build_TOPOCURVEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOCURVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoCurve"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoCurvePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="VolumeType"> * <annotation> * <documentation>Value of a spatial volume quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a volume, such as cubic metres or cubic feet.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VOLUMETYPE_TYPE = build_VOLUMETYPE_TYPE(); private static ComplexType build_VOLUMETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","VolumeType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SolidArrayPropertyType"> * <annotation> * <documentation>A container for an array of solids. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.</documentation> * </annotation> * <sequence maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:_Solid"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SOLIDARRAYPROPERTYTYPE_TYPE = build_SOLIDARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_SOLIDARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTSOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Solid"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SolidArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSolidType"> * <annotation> * <documentation>A MultiSolid is defined by one or more Solids, referenced through solidMember elements.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <annotation> * <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection. * NOTE: Array properties cannot reference remote geometry elements.</documentation> * </annotation> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:solidMember"/> * <element minOccurs="0" ref="gml:solidMembers"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTISOLIDTYPE_TYPE = build_MULTISOLIDTYPE_TYPE(); private static ComplexType build_MULTISOLIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SOLIDPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","solidMember"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( SOLIDARRAYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","solidMembers"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSolidType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSolidDomainType"> * <complexContent> * <restriction base="gml:DomainSetType"> * <sequence minOccurs="0"> * <element ref="gml:MultiSolid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTISOLIDDOMAINTYPE_TYPE = build_MULTISOLIDDOMAINTYPE_TYPE(); private static ComplexType build_MULTISOLIDDOMAINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MULTISOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MultiSolid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSolidDomainType"), schema, false, false, Collections.<Filter>emptyList(), DOMAINSETTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSolidCoverageType"> * <annotation> * <documentation>A discrete coverage type whose domain is defined by a collection of Solids.</documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractDiscreteCoverageType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element minOccurs="0" ref="gml:boundedBy"/> * <element ref="gml:multiSolidDomain"/> * <element ref="gml:rangeSet"/> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTISOLIDCOVERAGETYPE_TYPE = build_MULTISOLIDCOVERAGETYPE_TYPE(); private static ComplexType build_MULTISOLIDCOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MULTISOLIDDOMAINTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","multiSolidDomain"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSolidCoverageType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDISCRETECOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DictionaryEntryType"> * <annotation> * <documentation>An entry in a dictionary of definitions. An instance of this type contains or refers to a definition object. * * The number of definitions contained in this dictionaryEntry is restricted to one, but a DefinitionCollection or Dictionary that contains multiple definitions can be substituted if needed. Specialized descendents of this dictionaryEntry might be restricted in an application schema to allow only including specified types of definitions as valid entries in a dictionary. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:Definition"> * <annotation> * <documentation>This element in a dictionary entry contains the actual definition. </documentation> * </annotation> * </element> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>A non-identified reference to a remote entry in this dictionary, to be used when this entry need not be identified to allow external references to this specific entry. The remote entry referenced will usually be in a dictionary in the same XML document. This element will usually be used in dictionaries that are inside of another dictionary. </documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DICTIONARYENTRYTYPE_TYPE = build_DICTIONARYENTRYTYPE_TYPE(); private static ComplexType build_DICTIONARYENTRYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DEFINITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Definition"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DictionaryEntryType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DefinitionProxyType"> * <annotation> * <documentation>A proxy entry in a dictionary of definitions. An element of this type contains a reference to a remote definition object. This entry is expected to be convenient in allowing multiple elements in one XML document to contain short (abbreviated XPointer) references, which are resolved to an external definition provided in a Dictionary element in the same XML document. </documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence> * <element ref="gml:definitionRef"> * <annotation> * <documentation>A reference to a remote entry in this dictionary, used when this dictionary entry is identified to allow external references to this specific entry. The remote entry referenced can be in a dictionary in the same or different XML document. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DEFINITIONPROXYTYPE_TYPE = build_DEFINITIONPROXYTYPE_TYPE(); private static ComplexType build_DEFINITIONPROXYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( REFERENCETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","definitionRef"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DefinitionProxyType"), schema, false, false, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="IndirectEntryType"> * <annotation> * <documentation>An entry in a dictionary of definitions that contains a GML object which references a remote definition object. This entry is expected to be convenient in allowing multiple elements in one XML document to contain short (abbreviated XPointer) references, which are resolved to an external definition provided in a Dictionary element in the same XML document. Specialized descendents of this dictionaryEntry might be restricted in an application schema to allow only including specified types of definitions as valid entries in a dictionary. </documentation> * </annotation> * <sequence> * <element ref="gml:DefinitionProxy"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType INDIRECTENTRYTYPE_TYPE = build_INDIRECTENTRYTYPE_TYPE(); private static ComplexType build_INDIRECTENTRYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DEFINITIONPROXYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","DefinitionProxy"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","IndirectEntryType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DictionaryType"> * <annotation> * <documentation>A non-abstract bag that is specialized for use as a dictionary which contains a set of definitions. These definitions are referenced from other places, in the same and different XML documents. In this restricted type, the inherited optional "description" element can be used for a description of this dictionary. The inherited optional "name" element can be used for the name(s) of this dictionary. The inherited "metaDataProperty" elements can be used to reference or contain more information about this dictionary. The inherited required gml:id attribute allows the dictionary to be referenced using this handle. </documentation> * </annotation> * <complexContent> * <extension base="gml:DefinitionType"> * <sequence maxOccurs="unbounded" minOccurs="0"> * <choice> * <element ref="gml:dictionaryEntry"> * <annotation> * <documentation>An entry in this dictionary. The content of an entry can itself be a lower level dictionary or definition collection. This element follows the standard GML property model, so the value may be provided directly or by reference. Note that if the value is provided by reference, this definition does not carry a handle (gml:id) in this context, so does not allow external references to this specific entry in this context. When used in this way the referenced definition will usually be in a dictionary in the same XML document. </documentation> * </annotation> * </element> * <element ref="gml:indirectEntry"> * <annotation> * <documentation>An identified reference to a remote entry in this dictionary, to be used when this entry should be identified to allow external references to this specific entry. </documentation> * </annotation> * </element> * </choice> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DICTIONARYTYPE_TYPE = build_DICTIONARYTYPE_TYPE(); private static ComplexType build_DICTIONARYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DICTIONARYENTRYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dictionaryEntry"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INDIRECTENTRYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","indirectEntry"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DictionaryType"), schema, false, false, Collections.<Filter>emptyList(), DEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="KnotType"> * <annotation> * <documentation>A knot is a breakpoint on a piecewise spline curve.</documentation> * </annotation> * <sequence> * <element name="value" type="double"> * <annotation> * <documentation>The property "value" is the value of the parameter at the knot of the spline. The sequence of knots shall be a non-decreasing sequence. That is, each knot's value in the sequence shall be equal to or greater than the previous knot's value. The use of equal consecutive knots is normally handled using the multiplicity.</documentation> * </annotation> * </element> * <element name="multiplicity" type="nonNegativeInteger"> * <annotation> * <documentation>The property "multiplicity" is the multiplicity of this knot used in the definition of the spline (with the same weight).</documentation> * </annotation> * </element> * <element name="weight" type="double"> * <annotation> * <documentation>The property "weight" is the value of the averaging weight used for this knot of the spline.</documentation> * </annotation> * </element> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType KNOTTYPE_TYPE = build_KNOTTYPE_TYPE(); private static ComplexType build_KNOTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","value"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.NONNEGATIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","multiplicity"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","weight"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","KnotType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="KnotPropertyType"> * <annotation> * <documentation>Encapsulates a knot to use it in a geometric type.</documentation> * </annotation> * <sequence> * <element name="Knot" type="gml:KnotType"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType KNOTPROPERTYTYPE_TYPE = build_KNOTPROPERTYTYPE_TYPE(); private static ComplexType build_KNOTPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( KNOTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Knot"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","KnotPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="KnotTypesType"> * <annotation> * <documentation>Defines allowed values for the knots` type. Uniform knots implies that all knots are of multiplicity 1 and they differ by a positive constant from the preceding knot. Knots are quasi-uniform iff they are of multiplicity (degree + 1) at the ends, of multiplicity 1 elsewhere, and they differ by a positive constant from the preceding knot.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="uniform"/> * <enumeration value="quasiUniform"/> * <enumeration value="piecewiseBezier"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType KNOTTYPESTYPE_TYPE = build_KNOTTYPESTYPE_TYPE(); private static AttributeType build_KNOTTYPESTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","KnotTypesType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BSplineType"> * <annotation> * <documentation>A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions. Knots are breakpoints on the curve that connect its pieces. They are given as a non-decreasing sequence of real numbers. If the weights in the knots are equal then it is a polynomial spline. The degree is the algebraic degree of the basis functions.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * <element name="degree" type="nonNegativeInteger"> * <annotation> * <documentation>The attribute "degree" shall be the degree of the polynomial used for interpolation in this spline.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="2" name="knot" type="gml:KnotPropertyType"> * <annotation> * <documentation>The property "knot" shall be the sequence of distinct knots used to define the spline basis functions.</documentation> * </annotation> * </element> * </sequence> * <attribute default="polynomialSpline" name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For a BSpline the interpolation can be either "polynomialSpline" or "rationalSpline", default is "polynomialSpline".</documentation> * </annotation> * </attribute> * <attribute name="isPolynomial" type="boolean" use="optional"> * <annotation> * <documentation>The attribute isPolynomial is set to true if this is a polynomial spline.</documentation> * </annotation> * </attribute> * <attribute name="knotType" type="gml:KnotTypesType" use="optional"> * <annotation> * <documentation>The attribute "knotType" gives the type of knot distribution used in defining this spline. This is for information only * and is set according to the different construction-functions.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BSPLINETYPE_TYPE = build_BSPLINETYPE_TYPE(); private static ComplexType build_BSPLINETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.NONNEGATIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","degree"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( KNOTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","knot"), 2, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","isPolynomial"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( KNOTTYPESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","knotType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BSplineType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BezierType"> * <annotation> * <documentation>Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes. It is a special case of the B-Spline curve with two knots.</documentation> * </annotation> * <complexContent> * <restriction base="gml:BSplineType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * <element name="degree" type="nonNegativeInteger"> * <annotation> * <documentation>The attribute "degree" shall be the degree of the polynomial used for interpolation in this spline.</documentation> * </annotation> * </element> * <element maxOccurs="2" minOccurs="2" name="knot" type="gml:KnotPropertyType"> * <annotation> * <documentation>The property "knot" shall be the sequence of distinct knots used to define the spline basis functions.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="polynomialSpline" name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For a Bezier the interpolation is fixed as "polynomialSpline".</documentation> * </annotation> * </attribute> * <attribute fixed="true" name="isPolynomial" type="boolean"> * <annotation> * <documentation>The attribute isPolynomial is set to true as this is a polynomial spline.</documentation> * </annotation> * </attribute> * <attribute name="knotType" type="gml:KnotTypesType" use="prohibited"> * <annotation> * <documentation>The property "knotType" is not relevant for Bezier curve segments.</documentation> * </annotation> * </attribute> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BEZIERTYPE_TYPE = build_BEZIERTYPE_TYPE(); private static ComplexType build_BEZIERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.NONNEGATIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","degree"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( KNOTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","knot"), 2, 2, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","isPolynomial"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( KNOTTYPESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","knotType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BezierType"), schema, false, false, Collections.<Filter>emptyList(), BSPLINETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DatumRefType"> * <annotation> * <documentation>Association to a datum, either referencing or containing the definition of that datum. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Datum"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DATUMREFTYPE_TYPE = build_DATUMREFTYPE_TYPE(); private static ComplexType build_DATUMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTDATUMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Datum"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DatumRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TemporalCSType"> * <annotation> * <documentation>A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TemporalCS shall have one usesAxis association. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALCSTYPE_TYPE = build_TEMPORALCSTYPE_TYPE(); private static ComplexType build_TEMPORALCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TemporalCSRefType"> * <annotation> * <documentation>Association to a temporal coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:TemporalCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALCSREFTYPE_TYPE = build_TEMPORALCSREFTYPE_TYPE(); private static ComplexType build_TEMPORALCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TEMPORALCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TemporalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="TemporalDatumBaseType"> * <annotation> * <documentation>Partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorPoint" and "realizationEpoch" elements. </documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractDatumType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/> * <element ref="gml:datumName"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:datumID"/> * <element minOccurs="0" ref="gml:validArea"/> * <element minOccurs="0" ref="gml:scope"/> * </sequence> * <attribute ref="gml:id" use="required"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALDATUMBASETYPE_TYPE = build_TEMPORALDATUMBASETYPE_TYPE(); private static ComplexType build_TEMPORALDATUMBASETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","datumName"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( IDENTIFIERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","datumID"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( EXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validArea"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","scope"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalDatumBaseType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTDATUMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TemporalDatumType"> * <annotation> * <documentation>Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type. </documentation> * </annotation> * <complexContent> * <extension base="gml:TemporalDatumBaseType"> * <sequence> * <element ref="gml:origin"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALDATUMTYPE_TYPE = build_TEMPORALDATUMTYPE_TYPE(); private static ComplexType build_TEMPORALDATUMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.DATETIME_TYPE, new NameImpl("http://www.opengis.net/gml","origin"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalDatumType"), schema, false, false, Collections.<Filter>emptyList(), TEMPORALDATUMBASETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TemporalDatumRefType"> * <annotation> * <documentation>Association to a temporal datum, either referencing or containing the definition of that datum. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:TemporalDatum"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALDATUMREFTYPE_TYPE = build_TEMPORALDATUMREFTYPE_TYPE(); private static ComplexType build_TEMPORALDATUMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TEMPORALDATUMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TemporalDatum"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalDatumRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TemporalCRSType"> * <annotation> * <documentation>A 1D coordinate reference system used for the recording of time. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <element ref="gml:usesTemporalCS"/> * <element ref="gml:usesTemporalDatum"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALCRSTYPE_TYPE = build_TEMPORALCRSTYPE_TYPE(); private static ComplexType build_TEMPORALCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TEMPORALCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesTemporalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TEMPORALDATUMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesTemporalDatum"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TemporalCRSRefType"> * <annotation> * <documentation>Association to a temporal coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:TemporalCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TEMPORALCRSREFTYPE_TYPE = build_TEMPORALCRSREFTYPE_TYPE(); private static ComplexType build_TEMPORALCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TEMPORALCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TemporalCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TemporalCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoSurfaceType"> * <annotation> * <documentation>The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of TopoSurface is to appear within a surface feature instance to express the structural and possibly geometric relationships of this surface to other features via the shared face definitions.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopologyType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:directedFace"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOSURFACETYPE_TYPE = build_TOPOSURFACETYPE_TYPE(); private static ComplexType build_TOPOSURFACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedFace"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoSurfaceType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOLOGYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoSurfacePropertyType"> * <sequence> * <element ref="gml:TopoSurface"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOSURFACEPROPERTYTYPE_TYPE = build_TOPOSURFACEPROPERTYTYPE_TYPE(); private static ComplexType build_TOPOSURFACEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOSURFACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoSurface"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoSurfacePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ReferenceSystemRefType"> * <annotation> * <documentation>Association to a reference system, either referencing or containing the definition of that reference system.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_ReferenceSystem"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType REFERENCESYSTEMREFTYPE_TYPE = build_REFERENCESYSTEMREFTYPE_TYPE(); private static ComplexType build_REFERENCESYSTEMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTREFERENCESYSTEMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_ReferenceSystem"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ReferenceSystemRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AreaType"> * <annotation> * <documentation>Value of a spatial area quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an area, such as square metres or square miles.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType AREATYPE_TYPE = build_AREATYPE_TYPE(); private static ComplexType build_AREATYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AreaType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EngineeringDatumType"> * <annotation> * <documentation>An engineering datum defines the origin of an engineering coordinate reference system, and is used in a region around that origin. This origin can be fixed with respect to the earth (such as a defined point at a construction site), or be a defined point on a moving vehicle (such as on a ship or satellite). </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractDatumType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ENGINEERINGDATUMTYPE_TYPE = build_ENGINEERINGDATUMTYPE_TYPE(); private static ComplexType build_ENGINEERINGDATUMTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EngineeringDatumType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTDATUMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EngineeringDatumRefType"> * <annotation> * <documentation>Association to an engineering datum, either referencing or containing the definition of that datum. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:EngineeringDatum"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ENGINEERINGDATUMREFTYPE_TYPE = build_ENGINEERINGDATUMREFTYPE_TYPE(); private static ComplexType build_ENGINEERINGDATUMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ENGINEERINGDATUMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","EngineeringDatum"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EngineeringDatumRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EngineeringCRSType"> * <annotation> * <documentation>A contextually local coordinate reference system; which can be divided into two broad categories: * - earth-fixed systems applied to engineering activities on or near the surface of the earth; * - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft. * For further information, see OGC Abstract Specification Topic 2. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <element ref="gml:usesCS"/> * <element ref="gml:usesEngineeringDatum"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ENGINEERINGCRSTYPE_TYPE = build_ENGINEERINGCRSTYPE_TYPE(); private static ComplexType build_ENGINEERINGCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COORDINATESYSTEMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( ENGINEERINGDATUMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesEngineeringDatum"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EngineeringCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="EngineeringCRSRefType"> * <annotation> * <documentation>Association to an engineering coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:EngineeringCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ENGINEERINGCRSREFTYPE_TYPE = build_ENGINEERINGCRSREFTYPE_TYPE(); private static ComplexType build_ENGINEERINGCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ENGINEERINGCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","EngineeringCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","EngineeringCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="NodeType"> * <annotation> * <documentation>Its optional co-boundary is a set of connected directedEdges. The orientation of one of these dirEdges is "+" if the Node is the "to" node of the Edge, and "-" if it is the "from" node.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopoPrimitiveType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:directedEdge"/> * <element minOccurs="0" ref="gml:pointProperty"/> * <!-- <element name="geometry" type="gml:PointPropertyType" minOccurs="0"/> --> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType NODETYPE_TYPE = build_NODETYPE_TYPE(); private static ComplexType build_NODETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDEDGEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedEdge"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","NodeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOPRIMITIVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="IsolatedPropertyType"> * <choice minOccurs="0"> * <element ref="gml:Node"/> * <element ref="gml:Edge"/> * </choice> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ISOLATEDPROPERTYTYPE_TYPE = build_ISOLATEDPROPERTYTYPE_TYPE(); private static ComplexType build_ISOLATEDPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( NODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Node"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( EDGETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Edge"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","IsolatedPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="NullEnumeration"> * <annotation> * <documentation> Some common reasons for a null value: * * innapplicable - the object does not have a value * missing - The correct value is not readily available to the sender of this data. * Furthermore, a correct value may not exist. * template - the value will be available later * unknown - The correct value is not known to, and not computable by, the sender of this data. * However, a correct value probably exists. * withheld - the value is not divulged * * other:reason - as indicated by "reason" string * * Specific communities may agree to assign more strict semantics when these terms are used in a particular context. * </documentation> * </annotation> * <union> * <simpleType> * <restriction base="string"> * <enumeration value="inapplicable"/> * <enumeration value="missing"/> * <enumeration value="template"/> * <enumeration value="unknown"/> * <enumeration value="withheld"/> * </restriction> * </simpleType> * <simpleType> * <restriction base="string"> * <pattern value="other:\w{2,}"/> * </restriction> * </simpleType> * </union> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType NULLENUMERATION_TYPE = build_NULLENUMERATION_TYPE(); private static AttributeType build_NULLENUMERATION_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","NullEnumeration"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CurveArrayPropertyType"> * <annotation> * <documentation>A container for an array of curves. The elements are always contained in the array property, referencing geometry elements * or arrays of geometry elements is not supported.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_Curve"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CURVEARRAYPROPERTYTYPE_TYPE = build_CURVEARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_CURVEARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTCURVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Curve"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CurveArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiCurveType"> * <annotation> * <documentation>A MultiCurve is defined by one or more Curves, referenced through curveMember elements.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <annotation> * <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection. * NOTE: Array properties cannot reference remote geometry elements.</documentation> * </annotation> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:curveMember"/> * <element minOccurs="0" ref="gml:curveMembers"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTICURVETYPE_TYPE = build_MULTICURVETYPE_TYPE(); private static AttributeType build_MULTICURVETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiCurveType"), com.vividsolutions.jts.geom.GeometryCollection.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiCurveDomainType"> * <complexContent> * <restriction base="gml:DomainSetType"> * <sequence minOccurs="0"> * <element ref="gml:MultiCurve"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTICURVEDOMAINTYPE_TYPE = build_MULTICURVEDOMAINTYPE_TYPE(); private static ComplexType build_MULTICURVEDOMAINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MULTICURVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MultiCurve"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiCurveDomainType"), schema, false, false, Collections.<Filter>emptyList(), DOMAINSETTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiCurveCoverageType"> * <annotation> * <documentation>A discrete coverage type whose domain is defined by a collection of curves.</documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractDiscreteCoverageType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element minOccurs="0" ref="gml:boundedBy"/> * <element ref="gml:multiCurveDomain"/> * <element ref="gml:rangeSet"/> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTICURVECOVERAGETYPE_TYPE = build_MULTICURVECOVERAGETYPE_TYPE(); private static ComplexType build_MULTICURVECOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MULTICURVEDOMAINTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","multiCurveDomain"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( RANGESETTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","rangeSet"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiCurveCoverageType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDISCRETECOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="NameList"> * <annotation> * <documentation>XML List based on XML Schema Name type. An element of this type contains a space-separated list of Name values</documentation> * </annotation> * <list itemType="Name"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType NAMELIST_TYPE = build_NAMELIST_TYPE(); private static AttributeType build_NAMELIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","NameList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CodeListType"> * <annotation> * <documentation>List of values on a uniform nominal scale. List of text tokens. * In a list context a token should not include any spaces, so xsd:Name is used instead of xsd:string. * If a codeSpace attribute is present, then its value is a reference to * a Reference System for the value, a dictionary or code list.</documentation> * </annotation> * <simpleContent> * <extension base="gml:NameList"> * <attribute name="codeSpace" type="anyURI" use="optional"/> * </extension> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CODELISTTYPE_TYPE = build_CODELISTTYPE_TYPE(); private static ComplexType build_CODELISTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CodeListType"), schema, false, false, Collections.<Filter>emptyList(), NAMELIST_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BooleanPropertyType"> * <annotation> * <documentation>Property whose content is a Boolean value.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ValuePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Boolean"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BOOLEANPROPERTYTYPE_TYPE = build_BOOLEANPROPERTYTYPE_TYPE(); private static ComplexType build_BOOLEANPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","Boolean"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BooleanPropertyType"), schema, false, false, Collections.<Filter>emptyList(), VALUEPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TriangleType"> * <annotation> * <documentation>Represents a triangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be four.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfacePatchType"> * <sequence> * <element ref="gml:exterior"> * <annotation> * <documentation>Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.</documentation> * </annotation> * </element> * </sequence> * <attribute fixed="planar" name="interpolation" type="gml:SurfaceInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TRIANGLETYPE_TYPE = build_TRIANGLETYPE_TYPE(); private static ComplexType build_TRIANGLETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTRINGPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","exterior"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SURFACEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TriangleType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACEPATCHTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TrianglePatchArrayPropertyType"> * <annotation> * <documentation>This type defines a container for an array of * triangle patches.</documentation> * </annotation> * <complexContent> * <restriction base="gml:SurfacePatchArrayPropertyType"> * <sequence maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:Triangle"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TRIANGLEPATCHARRAYPROPERTYTYPE_TYPE = build_TRIANGLEPATCHARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_TRIANGLEPATCHARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TRIANGLETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Triangle"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TrianglePatchArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), SURFACEPATCHARRAYPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TriangulatedSurfaceType"> * <annotation> * <documentation>A triangulated surface is a polyhedral * surface that is composed only of triangles. There is no * restriction on how the triangulation is derived.</documentation> * </annotation> * <complexContent> * <restriction base="gml:SurfaceType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element ref="gml:trianglePatches"> * <annotation> * <documentation>This property encapsulates the patches of * the triangulated surface.</documentation> * </annotation> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TRIANGULATEDSURFACETYPE_TYPE = build_TRIANGULATEDSURFACETYPE_TYPE(); private static ComplexType build_TRIANGULATEDSURFACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TRIANGLEPATCHARRAYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","trianglePatches"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TriangulatedSurfaceType"), schema, false, false, Collections.<Filter>emptyList(), SURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LineStringSegmentType"> * <annotation> * <documentation>A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them. * Note: LineStringSegment implements GM_LineString of ISO 19107.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only. The number of direct positions in the list must be at least two.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="2"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * </sequence> * <attribute fixed="linear" name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For a LineStringSegment the interpolation is fixed as "linear".</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LINESTRINGSEGMENTTYPE_TYPE = build_LINESTRINGSEGMENTTYPE_TYPE(); private static ComplexType build_LINESTRINGSEGMENTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LineStringSegmentType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LineStringSegmentArrayPropertyType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:LineStringSegment"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LINESTRINGSEGMENTARRAYPROPERTYTYPE_TYPE = build_LINESTRINGSEGMENTARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_LINESTRINGSEGMENTARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( LINESTRINGSEGMENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","LineStringSegment"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LineStringSegmentArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TinType_controlPoint"> * <choice> * <element ref="gml:posList"/> * <group maxOccurs="unbounded" minOccurs="3" ref="gml:geometricPositionGroup"/> * </choice> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TINTYPE_CONTROLPOINT_TYPE = build_TINTYPE_CONTROLPOINT_TYPE(); private static ComplexType build_TINTYPE_CONTROLPOINT_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TinType_controlPoint"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TinType"> * <annotation> * <documentation>A tin is a triangulated surface that uses * the Delauny algorithm or a similar algorithm complemented with * consideration of breaklines, stoplines, and maximum length of * triangle sides. These networks satisfy the Delauny's criterion * away from the modifications: Fore each triangle in the * network, the circle passing through its vertices does not * contain, in its interior, the vertex of any other triangle.</documentation> * </annotation> * <complexContent> * <extension base="gml:TriangulatedSurfaceType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" * name="stopLines" type="gml:LineStringSegmentArrayPropertyType"> * <annotation> * <documentation>Stoplines are lines where the local * continuity or regularity of the surface is questionable. * In the area of these pathologies, triangles intersecting * a stopline shall be removed from the tin surface, leaving * holes in the surface. If coincidence occurs on surface * boundary triangles, the result shall be a change of the * surface boundary. Stoplines contains all these * pathological segments as a set of line strings.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="0" * name="breakLines" type="gml:LineStringSegmentArrayPropertyType"> * <annotation> * <documentation>Breaklines are lines of a critical * nature to the shape of the surface, representing local * ridges, or depressions (such as drainage lines) in the * surface. As such their constituent segments must be * included in the tin eve if doing so * violates the Delauny criterion. Break lines contains these * critical segments as a set of line strings.</documentation> * </annotation> * </element> * <element name="maxLength" type="gml:LengthType"> * <annotation> * <documentation>Areas of the surface where data is not * sufficiently dense to assure reasonable calculation shall be * removed by adding a retention criterion for triangles based * on the length of their sides. For many triangle sides * exceeding maximum length, the adjacent triangles to that * triangle side shall be removed from the surface.</documentation> * </annotation> * </element> * <element name="controlPoint"> * <annotation> * <documentation>The corners of the triangles in the TIN * are often referred to as pots. ControlPoint shall contain a * set of the GM_Position used as posts for this TIN. Since each * TIN contains triangles, there must be at least 3 posts. The * order in which these points are given does not affect the * surface that is represented. Application schemas may add * information based on ordering of control points to facilitate * the reconstruction of the TIN from the control points.</documentation> * </annotation> * <complexType name="TinType_controlPoint"> * <choice> * <element ref="gml:posList"/> * <group maxOccurs="unbounded" minOccurs="3" ref="gml:geometricPositionGroup"/> * </choice> * </complexType> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TINTYPE_TYPE = build_TINTYPE_TYPE(); private static ComplexType build_TINTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( LINESTRINGSEGMENTARRAYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","stopLines"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( LINESTRINGSEGMENTARRAYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","breakLines"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( LENGTHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","maxLength"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TINTYPE_CONTROLPOINT_TYPE, new NameImpl("http://www.opengis.net/gml","controlPoint"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TinType"), schema, false, false, Collections.<Filter>emptyList(), TRIANGULATEDSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SolidType"> * <annotation> * <documentation>A solid is the basis for 3-dimensional geometry. The extent of a solid is defined by the boundary surfaces (shells). A shell is represented by a composite surface, where every shell is used to represent a single connected component of the boundary of a solid. It consists of a composite surface (a list of orientable surfaces) connected in a topological cycle (an object whose boundary is empty). Unlike a Ring, a Shell's elements have no natural sort order. Like Rings, Shells are simple.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSolidType"> * <sequence> * <element minOccurs="0" name="exterior" type="gml:SurfacePropertyType"> * <annotation> * <appinfo> * <sch:pattern name="Check either href or content not both"> * <sch:rule context="gml:exterior"> * <sch:extends rule="hrefOrContent"/> * </sch:rule> * </sch:pattern> * </appinfo> * <documentation>Boundaries of solids are similar to surface boundaries. In normal 3-dimensional Euclidean space, one (composite) surface is distinguished as the exterior. In the more general case, this is not always possible.</documentation> * </annotation> * </element> * <element maxOccurs="unbounded" minOccurs="0" * name="interior" type="gml:SurfacePropertyType"> * <annotation> * <appinfo> * <sch:pattern name="Check either href or content not both"> * <sch:rule context="gml:interior"> * <sch:extends rule="hrefOrContent"/> * </sch:rule> * </sch:pattern> * </appinfo> * <documentation>Boundaries of solids are similar to surface boundaries.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SOLIDTYPE_TYPE = build_SOLIDTYPE_TYPE(); private static ComplexType build_SOLIDTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SURFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","exterior"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SURFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interior"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SolidType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSOLIDTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectedNodePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Node"/> * </sequence> * <attribute default="+" name="orientation" type="gml:SignType"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTEDNODEPROPERTYTYPE_TYPE = build_DIRECTEDNODEPROPERTYTYPE_TYPE(); private static ComplexType build_DIRECTEDNODEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( NODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Node"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SIGNTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","orientation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectedNodePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoPointType"> * <annotation> * <documentation>The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions. Note the orientation assigned to the directedNode has no meaning in this context. It is preserved for symmetry with the types and elements which follow.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopologyType"> * <sequence> * <element ref="gml:directedNode"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOPOINTTYPE_TYPE = build_TOPOPOINTTYPE_TYPE(); private static ComplexType build_TOPOPOINTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDNODEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedNode"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoPointType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOLOGYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoPointPropertyType"> * <sequence> * <element ref="gml:TopoPoint"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOPOINTPROPERTYTYPE_TYPE = build_TOPOPOINTPROPERTYTYPE_TYPE(); private static ComplexType build_TOPOPOINTPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOPOINTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoPoint"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoPointPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="BoundedFeatureType"> * <annotation> * <documentation>Makes boundedBy mandatory</documentation> * </annotation> * <complexContent> * <restriction base="gml:AbstractFeatureType"> * <sequence> * <group ref="gml:StandardObjectProperties"/> * <element ref="gml:boundedBy"/> * <element minOccurs="0" ref="gml:location"> * <annotation> * <appinfo>deprecated</appinfo> * <documentation>deprecated in GML version 3.1</documentation> * </annotation> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BOUNDEDFEATURETYPE_TYPE = build_BOUNDEDFEATURETYPE_TYPE(); private static ComplexType build_BOUNDEDFEATURETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( METADATAPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","metaDataProperty"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","description"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","name"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( BOUNDINGSHAPETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","boundedBy"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LOCATIONPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","location"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BoundedFeatureType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTFEATURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GridLengthType"> * <annotation> * <documentation>Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing. This grid length will often be used in a digital image grid, where the base units are likely to be pixel spacings. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for length along the axes of a grid, such as pixel spacings or grid spacings.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GRIDLENGTHTYPE_TYPE = build_GRIDLENGTHTYPE_TYPE(); private static ComplexType build_GRIDLENGTHTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GridLengthType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OperationRefType"> * <annotation> * <documentation>Association to an abstract operation, either referencing or containing the definition of that operation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Operation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OPERATIONREFTYPE_TYPE = build_OPERATIONREFTYPE_TYPE(); private static ComplexType build_OPERATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Operation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OperationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PassThroughOperationType"> * <annotation> * <documentation>A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateOperationType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:modifiedCoordinate"> * <annotation> * <documentation>Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation. </documentation> * </annotation> * </element> * <element ref="gml:usesOperation"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PASSTHROUGHOPERATIONTYPE_TYPE = build_PASSTHROUGHOPERATIONTYPE_TYPE(); private static ComplexType build_PASSTHROUGHOPERATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","modifiedCoordinate"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( OPERATIONREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesOperation"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PassThroughOperationType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATEOPERATIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PassThroughOperationRefType"> * <annotation> * <documentation>Association to a pass through operation, either referencing or containing the definition of that pass through operation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:PassThroughOperation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PASSTHROUGHOPERATIONREFTYPE_TYPE = build_PASSTHROUGHOPERATIONREFTYPE_TYPE(); private static ComplexType build_PASSTHROUGHOPERATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( PASSTHROUGHOPERATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","PassThroughOperation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PassThroughOperationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FeatureArrayPropertyType"> * <annotation> * <documentation>Container for features - follow gml:ArrayAssociationType pattern.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_Feature"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FEATUREARRAYPROPERTYTYPE_TYPE = build_FEATUREARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_FEATUREARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTFEATURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Feature"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FeatureArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractFeatureCollectionType"> * <annotation> * <documentation>A feature collection contains zero or more features.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractFeatureType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:featureMember"/> * <element minOccurs="0" ref="gml:featureMembers"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTFEATURECOLLECTIONTYPE_TYPE = build_ABSTRACTFEATURECOLLECTIONTYPE_TYPE(); private static ComplexType build_ABSTRACTFEATURECOLLECTIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( FEATUREPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","featureMember"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( FEATUREARRAYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","featureMembers"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractFeatureCollectionType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTFEATURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FeatureCollectionType"> * <annotation> * <documentation>Concrete generic feature collection.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractFeatureCollectionType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FEATURECOLLECTIONTYPE_TYPE = build_FEATURECOLLECTIONTYPE_TYPE(); private static ComplexType build_FEATURECOLLECTIONTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FeatureCollectionType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTFEATURECOLLECTIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractTimeSliceType"> * <annotation> * <documentation xml:lang="en">A timeslice encapsulates the time-varying properties of a dynamic feature--it * must be extended to represent a timestamped projection of a feature. The dataSource * property describes how the temporal data was acquired.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <element ref="gml:validTime"/> * <element minOccurs="0" ref="gml:dataSource"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTTIMESLICETYPE_TYPE = build_ABSTRACTTIMESLICETYPE_TYPE(); private static ComplexType build_ABSTRACTTIMESLICETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPRIMITIVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validTime"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dataSource"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractTimeSliceType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="HistoryPropertyType"> * <annotation> * <documentation xml:lang="en">The history relationship associates a feature with a sequence of TimeSlice instances.</documentation> * </annotation> * <sequence maxOccurs="unbounded"> * <element ref="gml:_TimeSlice"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType HISTORYPROPERTYTYPE_TYPE = build_HISTORYPROPERTYTYPE_TYPE(); private static ComplexType build_HISTORYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTTIMESLICETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TimeSlice"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","HistoryPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DynamicFeatureCollectionType"> * <annotation> * <documentation>A dynamic feature collection may possess a history and/or a timestamp.</documentation> * </annotation> * <complexContent> * <extension base="gml:FeatureCollectionType"> * <group ref="gml:dynamicProperties"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DYNAMICFEATURECOLLECTIONTYPE_TYPE = build_DYNAMICFEATURECOLLECTIONTYPE_TYPE(); private static ComplexType build_DYNAMICFEATURECOLLECTIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPRIMITIVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validTime"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( HISTORYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","history"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dataSource"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DynamicFeatureCollectionType"), schema, false, false, Collections.<Filter>emptyList(), FEATURECOLLECTIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DynamicFeatureType"> * <annotation> * <documentation>A dynamic feature may possess a history and/or a timestamp.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractFeatureType"> * <group ref="gml:dynamicProperties"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DYNAMICFEATURETYPE_TYPE = build_DYNAMICFEATURETYPE_TYPE(); private static ComplexType build_DYNAMICFEATURETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPRIMITIVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","validTime"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( HISTORYPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","history"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","dataSource"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DynamicFeatureType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTFEATURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolarCSType"> * <annotation> * <documentation>A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. A PolarCS shall have two usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType POLARCSTYPE_TYPE = build_POLARCSTYPE_TYPE(); private static ComplexType build_POLARCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PolarCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolarCSRefType"> * <annotation> * <documentation>Association to a polar coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:PolarCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType POLARCSREFTYPE_TYPE = build_POLARCSREFTYPE_TYPE(); private static ComplexType build_POLARCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( POLARCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","PolarCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PolarCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="AbsoluteExternalPositionalAccuracyType"> * <annotation> * <documentation>Closeness of reported coordinate values to values accepted as or being true. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractPositionalAccuracyType"> * <sequence> * <element ref="gml:result"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSOLUTEEXTERNALPOSITIONALACCURACYTYPE_TYPE = build_ABSOLUTEEXTERNALPOSITIONALACCURACYTYPE_TYPE(); private static ComplexType build_ABSOLUTEEXTERNALPOSITIONALACCURACYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","result"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbsoluteExternalPositionalAccuracyType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTPOSITIONALACCURACYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArrayAssociationType"> * <annotation> * <documentation>A base for derived types used to specify complex types containing an array of objects, by unspecified UML association - either composition or aggregation. An instance of this type contains elements representing Objects. * * Ideally this type would be derived by extension of AssociationType. * However, this leads to a non-deterministic content model, since both the base and the extension have minOccurs="0", and is thus prohibited in XML Schema.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_Object"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARRAYASSOCIATIONTYPE_TYPE = build_ARRAYASSOCIATIONTYPE_TYPE(); private static ComplexType build_ARRAYASSOCIATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Object"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArrayAssociationType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="BagType"> * <annotation> * <documentation>A non-abstract generic collection type that can be used as a document element for a collection of any GML types - Geometries, Topologies, Features ... * * FeatureCollections may only contain Features. GeometryCollections may only contain Geometrys. Bags are less constrained they must contain objects that are substitutable for gml:_Object. This may mix several levels, including Features, Definitions, Dictionaries, Geometries etc. * * The content model would ideally be * member 0..* * members 0..1 * member 0..* * for maximum flexibility in building a collection from both homogeneous and distinct components: * included "member" elements each contain a single Object * an included "members" element contains a set of Objects * * However, this is non-deterministic, thus prohibited by XSD.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:member"/> * <element minOccurs="0" ref="gml:members"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType BAGTYPE_TYPE = build_BAGTYPE_TYPE(); private static ComplexType build_BAGTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ASSOCIATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","member"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( ARRAYASSOCIATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","members"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","BagType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CartesianCSType"> * <annotation> * <documentation>A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CARTESIANCSTYPE_TYPE = build_CARTESIANCSTYPE_TYPE(); private static ComplexType build_CARTESIANCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CartesianCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CartesianCSRefType"> * <annotation> * <documentation>Association to a Cartesian coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:CartesianCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CARTESIANCSREFTYPE_TYPE = build_CARTESIANCSREFTYPE_TYPE(); private static ComplexType build_CARTESIANCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CARTESIANCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CartesianCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CartesianCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SphericalCSType"> * <annotation> * <documentation>A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. Not to be confused with an ellipsoidal coordinate system based on an ellipsoid "degenerated" into a sphere. A SphericalCS shall have three usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SPHERICALCSTYPE_TYPE = build_SPHERICALCSTYPE_TYPE(); private static ComplexType build_SPHERICALCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SphericalCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="SphericalCSRefType"> * <annotation> * <documentation>Association to a spherical coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:SphericalCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType SPHERICALCSREFTYPE_TYPE = build_SPHERICALCSREFTYPE_TYPE(); private static ComplexType build_SPHERICALCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SPHERICALCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","SphericalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","SphericalCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeocentricCRSType"> * <annotation> * <documentation>A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates the need to model the earth's curvature. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <choice> * <element ref="gml:usesCartesianCS"/> * <element ref="gml:usesSphericalCS"/> * </choice> * <element ref="gml:usesGeodeticDatum"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOCENTRICCRSTYPE_TYPE = build_GEOCENTRICCRSTYPE_TYPE(); private static ComplexType build_GEOCENTRICCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CARTESIANCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesCartesianCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SPHERICALCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesSphericalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( GEODETICDATUMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesGeodeticDatum"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeocentricCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeocentricCRSRefType"> * <annotation> * <documentation>Association to a geocentric coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:GeocentricCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOCENTRICCRSREFTYPE_TYPE = build_GEOCENTRICCRSREFTYPE_TYPE(); private static ComplexType build_GEOCENTRICCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GEOCENTRICCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GeocentricCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeocentricCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArcStringType"> * <annotation> * <documentation>An ArcString is a curve segment that uses three-point circular arc interpolation.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only. The number of direct positions in the list must be at least three.</documentation> * </annotation> * <choice maxOccurs="unbounded" minOccurs="3"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * </sequence> * <attribute fixed="circularArc3Points" name="interpolation" type="gml:CurveInterpolationType"> * <annotation> * <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism * uses the control points and control parameters to determine the position of this curve segment. For an ArcString the interpolation is fixed as "circularArc3Points".</documentation> * </annotation> * </attribute> * <attribute name="numArc" type="integer" use="optional"> * <annotation> * <documentation>The number of arcs in the arc string can be explicitly stated in this attribute. The number of control points in the arc string must be 2 * numArc + 1.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARCSTRINGTYPE_TYPE = build_ARCSTRINGTYPE_TYPE(); private static ComplexType build_ARCSTRINGTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interpolation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numArc"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcStringType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArcType"> * <annotation> * <documentation>An Arc is an arc string with only one arc unit, i.e. three control points.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ArcStringType"> * <sequence> * <choice> * <annotation> * <documentation>GML supports two different ways to specify the control points of a curve segment. * 1. A sequence of "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) elements. "pos" elements are control points that are only part of this curve segment, "pointProperty" elements contain a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points). * 2. The "posList" element allows for a compact way to specifiy the coordinates of the control points, if all control points are in the same coordinate reference systems and belong to this curve segment only. The number of direct positions in the list must be three.</documentation> * </annotation> * <choice maxOccurs="3" minOccurs="3"> * <element ref="gml:pos"/> * <element ref="gml:pointProperty"/> * <element ref="gml:pointRep"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation> * </annotation> * </element> * </choice> * <element ref="gml:posList"/> * <element ref="gml:coordinates"> * <annotation> * <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation> * </annotation> * </element> * </choice> * </sequence> * <attribute fixed="1" name="numArc" type="integer" use="optional"> * <annotation> * <documentation>An arc is an arc string consiting of a single arc, the attribute is fixed to "1".</documentation> * </annotation> * </attribute> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARCTYPE_TYPE = build_ARCTYPE_TYPE(); private static ComplexType build_ARCTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pos"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointProperty"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( POINTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pointRep"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTPOSITIONLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","posList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COORDINATESTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coordinates"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","numArc"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArcType"), schema, false, false, Collections.<Filter>emptyList(), ARCSTRINGTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CircleType"> * <annotation> * <documentation>A Circle is an arc whose ends coincide to form a simple closed loop. The "start" and "end" bearing are equal and shall be the bearing for the first controlPoint listed. The three control points must be distinct non-co-linear points for the Circle to be unambiguously defined. The arc is simply extended past the third control point until the first control point is encountered.</documentation> * </annotation> * <complexContent> * <extension base="gml:ArcType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CIRCLETYPE_TYPE = build_CIRCLETYPE_TYPE(); private static ComplexType build_CIRCLETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CircleType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ARCTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="QuantityPropertyType"> * <annotation> * <documentation>Property whose content is a Quantity.</documentation> * </annotation> * <complexContent> * <restriction base="gml:ValuePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:Quantity"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType QUANTITYPROPERTYTYPE_TYPE = build_QUANTITYPROPERTYTYPE_TYPE(); private static ComplexType build_QUANTITYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Quantity"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","QuantityPropertyType"), schema, false, false, Collections.<Filter>emptyList(), VALUEPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeCoordinateSystemType"> * <annotation> * <documentation xml:lang="en">A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeReferenceSystemType"> * <sequence> * <choice> * <element name="originPosition" type="gml:TimePositionType"/> * <element name="origin" type="gml:TimeInstantPropertyType"/> * </choice> * <element name="interval" type="gml:TimeIntervalLengthType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMECOORDINATESYSTEMTYPE_TYPE = build_TIMECOORDINATESYSTEMTYPE_TYPE(); private static ComplexType build_TIMECOORDINATESYSTEMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TIMEPOSITIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","originPosition"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINSTANTPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","origin"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( TIMEINTERVALLENGTHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","interval"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeCoordinateSystemType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiSolidPropertyType"> * <annotation> * <documentation>A property that has a collection of solids as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:MultiSolid"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MULTISOLIDPROPERTYTYPE_TYPE = build_MULTISOLIDPROPERTYTYPE_TYPE(); private static ComplexType build_MULTISOLIDPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MULTISOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MultiSolid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiSolidPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeGeometricPrimitivePropertyType"> * <sequence minOccurs="0"> * <element ref="gml:_TimeGeometricPrimitive"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMEGEOMETRICPRIMITIVEPROPERTYTYPE_TYPE = build_TIMEGEOMETRICPRIMITIVEPROPERTYTYPE_TYPE(); private static ComplexType build_TIMEGEOMETRICPRIMITIVEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TimeGeometricPrimitive"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeGeometricPrimitivePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="QNameList"> * <annotation> * <documentation>A set of values, representing a list of token with the lexical value space of QName. The tokens are seperated by whitespace.</documentation> * </annotation> * <list itemType="QName"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType QNAMELIST_TYPE = build_QNAMELIST_TYPE(); private static AttributeType build_QNAMELIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","QNameList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="IndexMapType"> * <annotation> * <documentation>Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.</documentation> * </annotation> * <complexContent> * <extension base="gml:GridFunctionType"> * <sequence> * <element name="lookUpTable" type="gml:integerList"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType INDEXMAPTYPE_TYPE = build_INDEXMAPTYPE_TYPE(); private static ComplexType build_INDEXMAPTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( INTEGERLIST_TYPE, new NameImpl("http://www.opengis.net/gml","lookUpTable"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","IndexMapType"), schema, false, false, Collections.<Filter>emptyList(), GRIDFUNCTIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OrientableSurfaceType"> * <annotation> * <documentation>OrientableSurface consists of a surface and an orientation. If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface".</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractSurfaceType"> * <sequence> * <element ref="gml:baseSurface"> * <annotation> * <documentation>References or contains the base surface (positive orientation).</documentation> * </annotation> * </element> * </sequence> * <attribute default="+" name="orientation" type="gml:SignType"> * <annotation> * <documentation>If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface". "+" is the default value.</documentation> * </annotation> * </attribute> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ORIENTABLESURFACETYPE_TYPE = build_ORIENTABLESURFACETYPE_TYPE(); private static ComplexType build_ORIENTABLESURFACETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( SURFACEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","baseSurface"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SIGNTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","orientation"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OrientableSurfaceType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="booleanOrNull"> * <annotation> * <documentation>Union of the XML Schema boolean type and the GML Nulltype. An element which uses this type may have content which is either a boolean {0,1,true,false} or a value from Nulltype</documentation> * </annotation> * <union memberTypes="gml:NullEnumeration boolean anyURI"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType BOOLEANORNULL_TYPE = build_BOOLEANORNULL_TYPE(); private static AttributeType build_BOOLEANORNULL_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","booleanOrNull"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="UnitOfMeasureType"> * <annotation> * <documentation>Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType.</documentation> * </annotation> * <sequence/> * <attribute name="uom" type="anyURI" use="required"> * <annotation> * <documentation>Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.</documentation> * </annotation> * </attribute> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType UNITOFMEASURETYPE_TYPE = build_UNITOFMEASURETYPE_TYPE(); private static ComplexType build_UNITOFMEASURETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","uom"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","UnitOfMeasureType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="FormulaType"> * <annotation> * <documentation>Paremeters of a simple formula by which a value using this unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type "double". These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the preferred unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.</documentation> * </annotation> * <sequence> * <element minOccurs="0" name="a" type="double"/> * <element name="b" type="double"/> * <element name="c" type="double"/> * <element minOccurs="0" name="d" type="double"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType FORMULATYPE_TYPE = build_FORMULATYPE_TYPE(); private static ComplexType build_FORMULATYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","a"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","b"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","c"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","d"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","FormulaType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConversionToPreferredUnitType"> * <annotation> * <documentation>Relation of a unit to the preferred unit for this quantity type, specified by an arithmetic conversion (scaling and/or offset). A preferred unit is either a base unit or a derived unit selected for all units of one quantity type. The mandatory attribute "uom" shall reference the preferred unit that this conversion applies to. The conversion is specified by one of two alternative elements: "factor" or "formula".</documentation> * </annotation> * <complexContent> * <extension base="gml:UnitOfMeasureType"> * <choice> * <element name="factor" type="double"> * <annotation> * <documentation>Specification of the scale factor by which a value using this unit of measure can be multiplied to obtain the corresponding value using the preferred unit of measure.</documentation> * </annotation> * </element> * <element name="formula" type="gml:FormulaType"> * <annotation> * <documentation>Specification of the formula by which a value using this unit of measure can be converted to obtain the corresponding value using the preferred unit of measure.</documentation> * </annotation> * </element> * </choice> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONVERSIONTOPREFERREDUNITTYPE_TYPE = build_CONVERSIONTOPREFERREDUNITTYPE_TYPE(); private static ComplexType build_CONVERSIONTOPREFERREDUNITTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","factor"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( FORMULATYPE_TYPE, new NameImpl("http://www.opengis.net/gml","formula"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConversionToPreferredUnitType"), schema, false, false, Collections.<Filter>emptyList(), UNITOFMEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DerivationUnitTermType"> * <annotation> * <documentation>Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.</documentation> * </annotation> * <complexContent> * <extension base="gml:UnitOfMeasureType"> * <attribute name="exponent" type="integer"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DERIVATIONUNITTERMTYPE_TYPE = build_DERIVATIONUNITTERMTYPE_TYPE(); private static ComplexType build_DERIVATIONUNITTERMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","exponent"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DerivationUnitTermType"), schema, false, false, Collections.<Filter>emptyList(), UNITOFMEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConventionalUnitType"> * <annotation> * <documentation>Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula. A method for deriving this unit by algebraic combination of more primitive units, may also be provided.</documentation> * </annotation> * <complexContent> * <extension base="gml:UnitDefinitionType"> * <sequence> * <choice> * <element ref="gml:conversionToPreferredUnit"/> * <element ref="gml:roughConversionToPreferredUnit"/> * </choice> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:derivationUnitTerm"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONVENTIONALUNITTYPE_TYPE = build_CONVENTIONALUNITTYPE_TYPE(); private static ComplexType build_CONVENTIONALUNITTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CONVERSIONTOPREFERREDUNITTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","conversionToPreferredUnit"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CONVERSIONTOPREFERREDUNITTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","roughConversionToPreferredUnit"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DERIVATIONUNITTERMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","derivationUnitTerm"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConventionalUnitType"), schema, false, false, Collections.<Filter>emptyList(), UNITDEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LinearCSType"> * <annotation> * <documentation>A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. A LinearCS shall have one usesAxis association. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LINEARCSTYPE_TYPE = build_LINEARCSTYPE_TYPE(); private static ComplexType build_LINEARCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LinearCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="LinearCSRefType"> * <annotation> * <documentation>Association to a linear coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:LinearCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType LINEARCSREFTYPE_TYPE = build_LINEARCSREFTYPE_TYPE(); private static ComplexType build_LINEARCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( LINEARCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","LinearCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","LinearCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ProjectedCRSType"> * <annotation> * <documentation>A 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeneralDerivedCRSType"> * <sequence> * <element ref="gml:usesCartesianCS"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PROJECTEDCRSTYPE_TYPE = build_PROJECTEDCRSTYPE_TYPE(); private static ComplexType build_PROJECTEDCRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CARTESIANCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesCartesianCS"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ProjectedCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGENERALDERIVEDCRSTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ProjectedCRSRefType"> * <annotation> * <documentation>Association to a projected coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:ProjectedCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PROJECTEDCRSREFTYPE_TYPE = build_PROJECTEDCRSREFTYPE_TYPE(); private static ComplexType build_PROJECTEDCRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( PROJECTEDCRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ProjectedCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ProjectedCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoPrimitiveMemberType"> * <annotation> * <documentation>This type supports embedding topological primitives in a TopoComplex.</documentation> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:_TopoPrimitive"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOPRIMITIVEMEMBERTYPE_TYPE = build_TOPOPRIMITIVEMEMBERTYPE_TYPE(); private static ComplexType build_TOPOPRIMITIVEMEMBERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTTOPOPRIMITIVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TopoPrimitive"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoPrimitiveMemberType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoPrimitiveArrayAssociationType"> * <annotation> * <documentation>This type supports embedding an array of topological primitives in a TopoComplex</documentation> * </annotation> * <!-- <complexContent> * <restriction base="gml:ArrayAssociationType"> --> * <sequence> * <choice maxOccurs="unbounded" minOccurs="0"> * <element ref="gml:_TopoPrimitive"/> * </choice> * </sequence> * <!-- </restriction> * </complexContent> --> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOPRIMITIVEARRAYASSOCIATIONTYPE_TYPE = build_TOPOPRIMITIVEARRAYASSOCIATIONTYPE_TYPE(); private static ComplexType build_TOPOPRIMITIVEARRAYASSOCIATIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTTOPOPRIMITIVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_TopoPrimitive"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoPrimitiveArrayAssociationType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoComplexType"> * <annotation> * <documentation>This type represents a TP_Complex capable of holding topological primitives.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopologyType"> * <sequence> * <!--element ref="gml:maximalComplex"/> * <element ref="gml:superComplex" minOccurs="0" maxOccurs="unbounded"/> * <element ref="gml:subComplex" minOccurs="0" maxOccurs="unbounded"/--> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:topoPrimitiveMember"/> * <element minOccurs="0" ref="gml:topoPrimitiveMembers"/> * </sequence> * <attribute default="false" name="isMaximal" type="boolean"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOCOMPLEXTYPE_TYPE = build_TOPOCOMPLEXTYPE_TYPE(); private static ComplexType build_TOPOCOMPLEXTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOPRIMITIVEMEMBERTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","topoPrimitiveMember"), 0, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( TOPOPRIMITIVEARRAYASSOCIATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","topoPrimitiveMembers"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","isMaximal"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoComplexType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOLOGYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoComplexMemberType"> * <annotation> * <documentation>This Property can be used to embed a TopoComplex in a feature collection.</documentation> * </annotation> * <sequence> * <element minOccurs="0" ref="gml:TopoComplex"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOCOMPLEXMEMBERTYPE_TYPE = build_TOPOCOMPLEXMEMBERTYPE_TYPE(); private static ComplexType build_TOPOCOMPLEXMEMBERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOCOMPLEXTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoComplex"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoComplexMemberType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ObliqueCartesianCSType"> * <annotation> * <documentation>A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An ObliqueCartesianCS shall have two or three usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OBLIQUECARTESIANCSTYPE_TYPE = build_OBLIQUECARTESIANCSTYPE_TYPE(); private static ComplexType build_OBLIQUECARTESIANCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ObliqueCartesianCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ObliqueCartesianCSRefType"> * <annotation> * <documentation>Association to an oblique-Cartesian coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:ObliqueCartesianCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OBLIQUECARTESIANCSREFTYPE_TYPE = build_OBLIQUECARTESIANCSREFTYPE_TYPE(); private static ComplexType build_OBLIQUECARTESIANCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( OBLIQUECARTESIANCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ObliqueCartesianCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ObliqueCartesianCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PixelInCellType"> * <annotation> * <documentation>Specification of the way an image grid is associated with the image data attributes. </documentation> * </annotation> * <simpleContent> * <restriction base="gml:CodeType"> * <attribute name="codeSpace" type="anyURI" use="required"> * <annotation> * <documentation>Reference to a source of information specifying the values and meanings of all the allowed string values for this PixelInCellType. </documentation> * </annotation> * </attribute> * </restriction> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PIXELINCELLTYPE_TYPE = build_PIXELINCELLTYPE_TYPE(); private static ComplexType build_PIXELINCELLTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","codeSpace"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PixelInCellType"), schema, false, false, Collections.<Filter>emptyList(), CODETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ImageDatumType"> * <annotation> * <documentation>An image datum defines the origin of an image coordinate reference system, and is used in a local context only. For more information, see OGC Abstract Specification Topic 2. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractDatumType"> * <sequence> * <element ref="gml:pixelInCell"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType IMAGEDATUMTYPE_TYPE = build_IMAGEDATUMTYPE_TYPE(); private static ComplexType build_IMAGEDATUMTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( PIXELINCELLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","pixelInCell"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ImageDatumType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTDATUMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ImageDatumRefType"> * <annotation> * <documentation>Association to an image datum, either referencing or containing the definition of that datum. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:ImageDatum"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType IMAGEDATUMREFTYPE_TYPE = build_IMAGEDATUMREFTYPE_TYPE(); private static ComplexType build_IMAGEDATUMREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IMAGEDATUMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ImageDatum"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ImageDatumRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ImageCRSType"> * <annotation> * <documentation>An engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because a separate user community exists for images with its own terms of reference. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractReferenceSystemType"> * <sequence> * <choice> * <element ref="gml:usesCartesianCS"/> * <element ref="gml:usesObliqueCartesianCS"/> * </choice> * <element ref="gml:usesImageDatum"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType IMAGECRSTYPE_TYPE = build_IMAGECRSTYPE_TYPE(); private static ComplexType build_IMAGECRSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CARTESIANCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesCartesianCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( OBLIQUECARTESIANCSREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesObliqueCartesianCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( IMAGEDATUMREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesImageDatum"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ImageCRSType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTREFERENCESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ImageCRSRefType"> * <annotation> * <documentation>Association to an image coordinate reference system, either referencing or containing the definition of that reference system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:ImageCRS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType IMAGECRSREFTYPE_TYPE = build_IMAGECRSREFTYPE_TYPE(); private static ComplexType build_IMAGECRSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( IMAGECRSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","ImageCRS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ImageCRSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="UserDefinedCSType"> * <annotation> * <documentation>A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type. An example is a multilinear coordinate system which contains one coordinate axis that may have any 1-D shape which has no intersections with itself. This non-straight axis is supplemented by one or two straight axes to complete a 2 or 3 dimensional coordinate system. The non-straight axis is typically incrementally straight or curved. A UserDefinedCS shall have two or three usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType USERDEFINEDCSTYPE_TYPE = build_USERDEFINEDCSTYPE_TYPE(); private static ComplexType build_USERDEFINEDCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","UserDefinedCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="UserDefinedCSRefType"> * <annotation> * <documentation>Association to a user-defined coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:UserDefinedCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType USERDEFINEDCSREFTYPE_TYPE = build_USERDEFINEDCSREFTYPE_TYPE(); private static ComplexType build_USERDEFINEDCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( USERDEFINEDCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","UserDefinedCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","UserDefinedCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometricPrimitivePropertyType"> * <annotation> * <documentation>A property that has a geometric primitive as its value domain can either be an appropriate geometry element * encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry * elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither * both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_GeometricPrimitive"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote * resources (including those elsewhere in the same document). A simple link element can be constructed by including a * specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide * Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between * resources; such links can be used to reference remote properties. A simple link element can be used to implement pointer * functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOMETRICPRIMITIVEPROPERTYTYPE_TYPE = build_GEOMETRICPRIMITIVEPROPERTYTYPE_TYPE(); private static ComplexType build_GEOMETRICPRIMITIVEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_GeometricPrimitive"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometricPrimitivePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometricComplexType"> * <annotation> * <documentation>A geometric complex.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometryType"> * <sequence> * <element maxOccurs="unbounded" name="element" type="gml:GeometricPrimitivePropertyType"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOMETRICCOMPLEXTYPE_TYPE = build_GEOMETRICCOMPLEXTYPE_TYPE(); private static ComplexType build_GEOMETRICCOMPLEXTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GEOMETRICPRIMITIVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","element"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometricComplexType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometricComplexPropertyType"> * <annotation> * <documentation>A property that has a geometric complex as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none. * NOTE: The allowed geometry elements contained in such a property (or referenced by it) have to be modelled by an XML Schema choice element since the composites inherit both from geometric complex *and* geometric primitive and are already part of the _GeometricPrimitive substitution group.</documentation> * </annotation> * <sequence minOccurs="0"> * <choice> * <element ref="gml:GeometricComplex"/> * <element ref="gml:CompositeCurve"/> * <element ref="gml:CompositeSurface"/> * <element ref="gml:CompositeSolid"/> * </choice> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOMETRICCOMPLEXPROPERTYTYPE_TYPE = build_GEOMETRICCOMPLEXPROPERTYTYPE_TYPE(); private static ComplexType build_GEOMETRICCOMPLEXPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( GEOMETRICCOMPLEXTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","GeometricComplex"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPOSITECURVETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeCurve"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPOSITESURFACETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeSurface"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPOSITESOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeSolid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometricComplexPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CylinderType"> * <annotation> * <documentation>A cylinder is a gridded surface given as a * family of circles whose positions vary along a set of parallel * lines, keeping the cross sectional horizontal curves of a * constant shape. * NOTE! Given the same working assumptions as in the previous * note, a Cylinder can be given by two circles, giving us the * control points of the form ((P1, P2, P3),(P4, P5, P6)).</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGriddedSurfaceType"> * <attribute fixed="circularArc3Points" * name="horizontalCurveType" type="gml:CurveInterpolationType"/> * <attribute fixed="linear" name="verticalCurveType" type="gml:CurveInterpolationType"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CYLINDERTYPE_TYPE = build_CYLINDERTYPE_TYPE(); private static ComplexType build_CYLINDERTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","horizontalCurveType"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( CURVEINTERPOLATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","verticalCurveType"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CylinderType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGRIDDEDSURFACETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="NameOrNull"> * <annotation> * <documentation>Union of the XML Schema Name type and the GML Nulltype. An element which uses this type may have content which is either a Name or a value from Nulltype. Note that a "Name" may not contain whitespace. </documentation> * </annotation> * <union memberTypes="gml:NullEnumeration Name anyURI"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType NAMEORNULL_TYPE = build_NAMEORNULL_TYPE(); private static AttributeType build_NAMEORNULL_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","NameOrNull"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="SuccessionType"> * <annotation> * <documentation>Feature succession is a semantic relationship derived from evaluation of observer, and * Feature Substitution, Feature Division and Feature Fusion are defined as associations between * previous features and next features in the temporal context. * Successions shall be represented in either following two ways. * * define a temporal topological complex element as a feature element * * define an association same as temporal topological complex between features.</documentation> * </annotation> * <restriction base="string"> * <enumeration value="substitution"/> * <enumeration value="division"/> * <enumeration value="fusion"/> * <enumeration value="initiation"/> * </restriction> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType SUCCESSIONTYPE_TYPE = build_SUCCESSIONTYPE_TYPE(); private static AttributeType build_SUCCESSIONTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","SuccessionType"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.STRING_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiCurvePropertyType"> * <annotation> * <documentation>A property that has a collection of curves as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:MultiCurve"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTICURVEPROPERTYTYPE_TYPE = build_MULTICURVEPROPERTYTYPE_TYPE(); private static AttributeType build_MULTICURVEPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiCurvePropertyType"), com.vividsolutions.jts.geom.GeometryCollection.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MovingObjectStatusType"> * <annotation> * <documentation xml:lang="en">This type encapsulates various dynamic properties of moving objects * (points, lines, regions). It is useful for dealing with features whose * geometry or topology changes over time.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTimeSliceType"> * <sequence> * <element ref="gml:location"/> * <element minOccurs="0" name="speed" type="gml:MeasureType"/> * <element minOccurs="0" name="bearing" type="gml:DirectionPropertyType"/> * <element minOccurs="0" name="acceleration" type="gml:MeasureType"/> * <element minOccurs="0" name="elevation" type="gml:MeasureType"/> * <element minOccurs="0" ref="gml:status"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType MOVINGOBJECTSTATUSTYPE_TYPE = build_MOVINGOBJECTSTATUSTYPE_TYPE(); private static ComplexType build_MOVINGOBJECTSTATUSTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( LOCATIONPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","location"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","speed"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( DIRECTIONPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","bearing"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","acceleration"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","elevation"), 0, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( STRINGORREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","status"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","MovingObjectStatusType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTIMESLICETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TrackType"> * <annotation> * <documentation xml:lang="en">The track of a moving object is a sequence of specialized timeslices that indicate the status of the object.</documentation> * </annotation> * <complexContent> * <restriction base="gml:HistoryPropertyType"> * <sequence maxOccurs="unbounded"> * <element ref="gml:MovingObjectStatus"/> * </sequence> * </restriction> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TRACKTYPE_TYPE = build_TRACKTYPE_TYPE(); private static ComplexType build_TRACKTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( MOVINGOBJECTSTATUSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","MovingObjectStatus"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TrackType"), schema, false, false, Collections.<Filter>emptyList(), HISTORYPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TimeType"> * <annotation> * <documentation>Value of a time or temporal quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a time value, such as seconds or weeks.</documentation> * </annotation> * <simpleContent> * <restriction base="gml:MeasureType"/> * </simpleContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TIMETYPE_TYPE = build_TIMETYPE_TYPE(); private static ComplexType build_TIMETYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TimeType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), MEASURETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PolygonPropertyType"> * <annotation> * <documentation>This type is deprecated with GML 3 and shall not be used. It is included for backwards compatibility with GML 2. Use SurfacePropertyType instead. * A property that has a polygon as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:Polygon"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType POLYGONPROPERTYTYPE_TYPE = build_POLYGONPROPERTYTYPE_TYPE(); private static AttributeType build_POLYGONPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","PolygonPropertyType"), com.vividsolutions.jts.geom.Polygon.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiPolygonType"> * <annotation> * <documentation>A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements. Deprecated with GML version 3.0. Use MultiSurfaceType instead.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:polygonMember"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTIPOLYGONTYPE_TYPE = build_MULTIPOLYGONTYPE_TYPE(); private static AttributeType build_MULTIPOLYGONTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiPolygonType"), com.vividsolutions.jts.geom.MultiPolygon.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiPolygonPropertyType"> * <annotation> * <documentation>This type is deprecated with GML 3 and shall not be used. It is included for backwards compatibility with GML 2. Use MultiSurfacePropertyType instead. * * A property that has a collection of polygons as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:MultiPolygon"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference remote resources (including those elsewhere in the same document). A simple link element can be constructed by including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create sophisticated links between resources; such links can be used to reference remote properties. * A simple link element can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTIPOLYGONPROPERTYTYPE_TYPE = build_MULTIPOLYGONPROPERTYTYPE_TYPE(); private static AttributeType build_MULTIPOLYGONPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiPolygonPropertyType"), com.vividsolutions.jts.geom.MultiPolygon.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <simpleType name="booleanList"> * <annotation> * <documentation>XML List based on XML Schema boolean type. An element of this type contains a space-separated list of boolean values {0,1,true,false}</documentation> * </annotation> * <list itemType="boolean"/> * </simpleType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType BOOLEANLIST_TYPE = build_BOOLEANLIST_TYPE(); private static AttributeType build_BOOLEANLIST_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","booleanList"), java.lang.Object.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYSIMPLETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" mixed="true" name="AbstractMetaDataType"> * <annotation> * <documentation>An abstract base type for complex metadata types.</documentation> * </annotation> * <attribute ref="gml:id" use="optional"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTMETADATATYPE_TYPE = build_ABSTRACTMETADATATYPE_TYPE(); private static ComplexType build_ABSTRACTMETADATATYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.ID_TYPE, new NameImpl("http://www.opengis.net/gml","id"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractMetaDataType"), schema, false, true, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType mixed="true" name="GenericMetaDataType"> * <annotation> * <documentation>Deprecated with GML version 3.1.0.</documentation> * </annotation> * <complexContent mixed="true"> * <extension base="gml:AbstractMetaDataType"> * <sequence> * <any maxOccurs="unbounded" minOccurs="0" processContents="lax"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GENERICMETADATATYPE_TYPE = build_GENERICMETADATATYPE_TYPE(); private static ComplexType build_GENERICMETADATATYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GenericMetaDataType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTMETADATATYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CovarianceElementType"> * <annotation> * <documentation>An element of a covariance matrix.</documentation> * </annotation> * <sequence> * <element ref="gml:rowIndex"/> * <element ref="gml:columnIndex"/> * <element ref="gml:covariance"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COVARIANCEELEMENTTYPE_TYPE = build_COVARIANCEELEMENTTYPE_TYPE(); private static ComplexType build_COVARIANCEELEMENTTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","rowIndex"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.POSITIVEINTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","columnIndex"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.DOUBLE_TYPE, new NameImpl("http://www.opengis.net/gml","covariance"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CovarianceElementType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CovarianceMatrixType"> * <annotation> * <documentation>Error estimate covariance matrix. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractPositionalAccuracyType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:unitOfMeasure"> * <annotation> * <documentation>Ordered sequence of units of measure, corresponding to the row and column index numbers of the covariance matrix, starting with row and column 1 and ending with row/column N. Each unit of measure is for the ordinate reflected in the relevant row and column of the covariance matrix. </documentation> * </annotation> * </element> * <element maxOccurs="unbounded" ref="gml:includesElement"> * <annotation> * <documentation>Unordered set of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in the upper or lower diagonal part (including the main diagonal) of the matrix need to be specified. Any zero valued covariance elements can be omitted. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType COVARIANCEMATRIXTYPE_TYPE = build_COVARIANCEMATRIXTYPE_TYPE(); private static ComplexType build_COVARIANCEMATRIXTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( UNITOFMEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","unitOfMeasure"), 1, 2147483647, false, null ) ); schema.add( new AttributeDescriptorImpl( COVARIANCEELEMENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","includesElement"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CovarianceMatrixType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTPOSITIONALACCURACYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CurveSegmentArrayPropertyType"> * <annotation> * <documentation>A container for an array of curve segments.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_CurveSegment"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CURVESEGMENTARRAYPROPERTYTYPE_TYPE = build_CURVESEGMENTARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_CURVESEGMENTARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTCURVESEGMENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_CurveSegment"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CurveSegmentArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CurveType"> * <annotation> * <documentation>Curve is a 1-dimensional primitive. Curves are continuous, connected, and have a measurable length in terms of the coordinate system. * A curve is composed of one or more curve segments. Each curve segment within a curve may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment except the last being the start point of the next segment in the segment list. * The orientation of the curve is positive.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveType"> * <sequence> * <element ref="gml:segments"> * <annotation> * <documentation>This element encapsulates the segments of the curve.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType CURVETYPE_TYPE = build_CURVETYPE_TYPE(); private static AttributeType build_CURVETYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","CurveType"), com.vividsolutions.jts.geom.MultiLineString.class, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ArrayType"> * <annotation> * <documentation>A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGMLType"> * <sequence> * <element minOccurs="0" ref="gml:members"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ARRAYTYPE_TYPE = build_ARRAYTYPE_TYPE(); private static ComplexType build_ARRAYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ARRAYASSOCIATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","members"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ArrayType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGMLTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ValueArrayPropertyType"> * <annotation> * <documentation>GML property which refers to, or contains, a set of homogeneously typed Values.</documentation> * </annotation> * <sequence> * <group maxOccurs="unbounded" ref="gml:Value"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType VALUEARRAYPROPERTYTYPE_TYPE = build_VALUEARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_VALUEARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.BOOLEAN_TYPE, new NameImpl("http://www.opengis.net/gml","Boolean"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Category"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASURETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Quantity"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.INTEGER_TYPE, new NameImpl("http://www.opengis.net/gml","Count"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( BOOLEANORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","BooleanList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CODEORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( MEASUREORNULLLISTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( INTEGERORNULLLIST_TYPE, new NameImpl("http://www.opengis.net/gml","CountList"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( CATEGORYEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CategoryExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( QUANTITYEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","QuantityExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COUNTEXTENTTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CountExtent"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( COMPOSITEVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CompositeValue"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Object"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( NULLTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Null"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ValueArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType abstract="true" name="AbstractContinuousCoverageType"> * <annotation> * <documentation>A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domain</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoverageType"> * <sequence> * <element minOccurs="0" ref="gml:coverageFunction"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType ABSTRACTCONTINUOUSCOVERAGETYPE_TYPE = build_ABSTRACTCONTINUOUSCOVERAGETYPE_TYPE(); private static ComplexType build_ABSTRACTCONTINUOUSCOVERAGETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( COVERAGEFUNCTIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","coverageFunction"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","AbstractContinuousCoverageType"), schema, false, true, Collections.<Filter>emptyList(), ABSTRACTCOVERAGETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="PriorityLocationPropertyType"> * <annotation> * <documentation>G-XML component</documentation> * <documentation>Deprecated in GML 3.1.0</documentation> * </annotation> * <complexContent> * <extension base="gml:LocationPropertyType"> * <attribute name="priority" type="string" use="optional"/> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType PRIORITYLOCATIONPROPERTYTYPE_TYPE = build_PRIORITYLOCATIONPROPERTYTYPE_TYPE(); private static ComplexType build_PRIORITYLOCATIONPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.opengis.net/gml","priority"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","PriorityLocationPropertyType"), schema, false, false, Collections.<Filter>emptyList(), LOCATIONPROPERTYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DerivedUnitType"> * <annotation> * <documentation>Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units. Derived units based directly on base units are usually preferred for quantities other than the base units or fundamental quantities within a system. If a derived unit is not the preferred unit, the ConventionalUnit element should be used instead.</documentation> * </annotation> * <complexContent> * <extension base="gml:UnitDefinitionType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:derivationUnitTerm"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DERIVEDUNITTYPE_TYPE = build_DERIVEDUNITTYPE_TYPE(); private static ComplexType build_DERIVEDUNITTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DERIVATIONUNITTERMTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","derivationUnitTerm"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DerivedUnitType"), schema, false, false, Collections.<Filter>emptyList(), UNITDEFINITIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConversionType"> * <annotation> * <documentation>A concrete operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. * * This concrete complexType can be used with all operation methods, without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Conversion instance. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeneralConversionType"> * <sequence> * <element ref="gml:usesMethod"/> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:usesValue"> * <annotation> * <documentation>Unordered list of composition associations to the set of parameter values used by this conversion operation. </documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONVERSIONTYPE_TYPE = build_CONVERSIONTYPE_TYPE(); private static ComplexType build_CONVERSIONTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( OPERATIONMETHODREFTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesMethod"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( PARAMETERVALUETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","usesValue"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConversionType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTGENERALCONVERSIONTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="ConversionRefType"> * <annotation> * <documentation>Association to a concrete general-purpose conversion, either referencing or containing the definition of that conversion. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:Conversion"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CONVERSIONREFTYPE_TYPE = build_CONVERSIONREFTYPE_TYPE(); private static ComplexType build_CONVERSIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CONVERSIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","Conversion"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","ConversionRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="DirectedTopoSolidPropertyType"> * <sequence minOccurs="0"> * <element ref="gml:TopoSolid"/> * </sequence> * <attribute default="+" name="orientation" type="gml:SignType"/> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType DIRECTEDTOPOSOLIDPROPERTYTYPE_TYPE = build_DIRECTEDTOPOSOLIDPROPERTYTYPE_TYPE(); private static ComplexType build_DIRECTEDTOPOSOLIDPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOSOLIDTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoSolid"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( SIGNTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","orientation"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","DirectedTopoSolidPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoVolumeType"> * <annotation> * <documentation>The TopoVolume type and element represent a homogeneous topological expression, a set of directed TopoSolids, which if realised are isomorphic to a geometric solid primitive. The intended use of TopoVolume is to appear within a 3D solid feature instance to express the structural and geometric relationships of this solid to other features via the shared TopoSolid definitions. . Note the orientation assigned to the directedSolid has no meaning in three dimensions. It is preserved for symmetry with the preceding types and elements.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractTopologyType"> * <sequence> * <element maxOccurs="unbounded" ref="gml:directedTopoSolid"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOVOLUMETYPE_TYPE = build_TOPOVOLUMETYPE_TYPE(); private static ComplexType build_TOPOVOLUMETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( DIRECTEDTOPOSOLIDPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","directedTopoSolid"), 1, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoVolumeType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTTOPOLOGYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="TopoVolumePropertyType"> * <sequence> * <element ref="gml:TopoVolume"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType TOPOVOLUMEPROPERTYTYPE_TYPE = build_TOPOVOLUMEPROPERTYTYPE_TYPE(); private static ComplexType build_TOPOVOLUMEPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( TOPOVOLUMETYPE_TYPE, new NameImpl("http://www.opengis.net/gml","TopoVolume"), 1, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","TopoVolumePropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeneralTransformationRefType"> * <annotation> * <documentation>Association to a general transformation, either referencing or containing the definition of that transformation. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_GeneralTransformation"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GENERALTRANSFORMATIONREFTYPE_TYPE = build_GENERALTRANSFORMATIONREFTYPE_TYPE(); private static ComplexType build_GENERALTRANSFORMATIONREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGENERALTRANSFORMATIONTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_GeneralTransformation"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeneralTransformationRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometryPropertyType"> * <annotation> * <documentation>A geometric property can either be any geometry element encapsulated in an element of this type or an XLink reference * to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Note that either * the reference or the contained element must be given, but not both or none.</documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:_Geometry"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"> * <annotation> * <documentation>This attribute group includes the XLink attributes (see xlinks.xsd). XLink is used in GML to reference * remote resources (including those elsewhere in the same document). A simple link element can be constructed by * including a specific set of XLink attributes. The XML Linking Language (XLink) is currently a Proposed Recommendation * of the World Wide Web Consortium. XLink allows elements to be inserted into XML documents so as to create * sophisticated links between resources; such links can be used to reference remote properties. A simple link element * can be used to implement pointer functionality, and this functionality has been built into various GML 3 elements by * including the gml:AssociationAttributeGroup.</documentation> * </annotation> * </attributeGroup> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType GEOMETRYPROPERTYTYPE_TYPE = build_GEOMETRYPROPERTYTYPE_TYPE(); private static AttributeType build_GEOMETRYPROPERTYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometryPropertyType"), com.vividsolutions.jts.geom.Geometry.class, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="GeometryArrayPropertyType"> * <annotation> * <documentation>A container for an array of geometry elements. The elements are always contained in the array property, * referencing geometry elements or arrays of geometry elements is not supported.</documentation> * </annotation> * <sequence> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:_Geometry"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType GEOMETRYARRAYPROPERTYTYPE_TYPE = build_GEOMETRYARRAYPROPERTYTYPE_TYPE(); private static ComplexType build_GEOMETRYARRAYPROPERTYTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( ABSTRACTGEOMETRYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","_Geometry"), 0, 2147483647, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","GeometryArrayPropertyType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="MultiGeometryType"> * <annotation> * <documentation>A geometry collection must include one or more geometries, referenced through geometryMember elements.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractGeometricAggregateType"> * <sequence> * <annotation> * <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection. * NOTE: Array properties cannot reference remote geometry elements.</documentation> * </annotation> * <element maxOccurs="unbounded" minOccurs="0" ref="gml:geometryMember"/> * <element minOccurs="0" ref="gml:geometryMembers"/> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final AttributeType MULTIGEOMETRYTYPE_TYPE = build_MULTIGEOMETRYTYPE_TYPE(); private static AttributeType build_MULTIGEOMETRYTYPE_TYPE() { AttributeType builtType; builtType = new AttributeTypeImpl( new NameImpl("http://www.opengis.net/gml","MultiGeometryType"), com.vividsolutions.jts.geom.GeometryCollection.class, false, false, Collections.<Filter>emptyList(), ABSTRACTGEOMETRICAGGREGATETYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CylindricalCSType"> * <annotation> * <documentation>A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. A CylindricalCS shall have three usesAxis associations. </documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCoordinateSystemType"/> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CYLINDRICALCSTYPE_TYPE = build_CYLINDRICALCSTYPE_TYPE(); private static ComplexType build_CYLINDRICALCSTYPE_TYPE() { ComplexType builtType; builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CylindricalCSType"), Collections.<PropertyDescriptor>emptyList(), false, false, Collections.<Filter>emptyList(), ABSTRACTCOORDINATESYSTEMTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="CylindricalCSRefType"> * <annotation> * <documentation>Association to a cylindrical coordinate system, either referencing or containing the definition of that coordinate system. </documentation> * </annotation> * <sequence minOccurs="0"> * <element ref="gml:CylindricalCS"/> * </sequence> * <attributeGroup ref="gml:AssociationAttributeGroup"/> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType CYLINDRICALCSREFTYPE_TYPE = build_CYLINDRICALCSREFTYPE_TYPE(); private static ComplexType build_CYLINDRICALCSREFTYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CYLINDRICALCSTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","CylindricalCS"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._ACTUATE_TYPE, new NameImpl("http://www.w3.org/1999/xlink","actuate"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","arcrole"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","href"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.opengis.net/gml","remoteSchema"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.ANYURI_TYPE, new NameImpl("http://www.w3.org/1999/xlink","role"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XLINKSchema._SHOW_TYPE, new NameImpl("http://www.w3.org/1999/xlink","show"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","title"), 0, 1, true, null ) ); schema.add( new AttributeDescriptorImpl( XSSchema.STRING_TYPE, new NameImpl("http://www.w3.org/1999/xlink","type"), 0, 1, true, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","CylindricalCSRefType"), schema, false, false, Collections.<Filter>emptyList(), XSSchema.ANYTYPE_TYPE, null ); return builtType; } /** * <p> * <pre> * <code> * <complexType name="OffsetCurveType"> * <annotation> * <documentation>An offset curve is a curve at a constant * distance from the basis curve. They can be useful as a cheap * and simple alternative to constructing curves that are offsets * by definition.</documentation> * </annotation> * <complexContent> * <extension base="gml:AbstractCurveSegmentType"> * <sequence> * <element name="offsetBase" type="gml:CurvePropertyType"> * <annotation> * <documentation>offsetBase is a reference to thecurve from which this * curve is define as an offset.</documentation> * </annotation> * </element> * <element name="distance" type="gml:LengthType"> * <annotation> * <documentation>distance is the distance at which the * offset curve is generated from the basis curve. In 2D systems, positive distances * are to be to the left of the basis curve, and the negative distances are to be to the * right of the basis curve.</documentation> * </annotation> * </element> * <element minOccurs="0" name="refDirection" type="gml:VectorType"> * <annotation> * <documentation>refDistance is used to define the vector * direction of the offset curve from the basis curve. It can * be omitted in the 2D case, where the distance can be * positive or negative. In that case, distance defines left * side (positive distance) or right side (negative distance) * with respect to the tangent to the basis curve. * * In 3D the basis curve shall have a well defined tangent * direction for every point. The offset curve at any point * in 3D, the basis curve shall have a well-defined tangent * direction for every point. The offset curve at any point * (parameter) on the basis curve c is in the direction * - - - - * s = v x t where v = c.refDirection() * and * - * t = c.tangent() * - * For the offset direction to be well-defined, v shall not * on any point of the curve be in the same, or opposite, * direction as * - * t. * * The default value of the refDirection shall be the local * co-ordinate axis vector for elevation, which indicates up for * the curve in a geographic sense. * * NOTE! If the refDirection is the positive tangent to the * local elevation axis ("points upward"), then the offset * vector points to the left of the curve when viewed from * above.</documentation> * </annotation> * </element> * </sequence> * </extension> * </complexContent> * </complexType> * * </code> * </pre> * </p> * * @generated */ public static final ComplexType OFFSETCURVETYPE_TYPE = build_OFFSETCURVETYPE_TYPE(); private static ComplexType build_OFFSETCURVETYPE_TYPE() { ComplexType builtType; List<PropertyDescriptor> schema = new ArrayList<PropertyDescriptor>(); schema.add( new AttributeDescriptorImpl( CURVEPROPERTYTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","offsetBase"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( LENGTHTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","distance"), 1, 1, false, null ) ); schema.add( new AttributeDescriptorImpl( VECTORTYPE_TYPE, new NameImpl("http://www.opengis.net/gml","refDirection"), 0, 1, false, null ) ); builtType = new ComplexTypeImpl( new NameImpl("http://www.opengis.net/gml","OffsetCurveType"), schema, false, false, Collections.<Filter>emptyList(), ABSTRACTCURVESEGMENTTYPE_TYPE, null ); return builtType; } public GMLSchema() { super("http://www.opengis.net/gml"); put(new NameImpl("http://www.opengis.net/gml","AbstractCurveSegmentType"),ABSTRACTCURVESEGMENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","doubleList"),DOUBLELIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","NCNameList"),NCNAMELIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectPositionType"),DIRECTPOSITIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VectorType"),VECTORTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AffinePlacementType"),AFFINEPLACEMENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ClothoidType_refLocation"),CLOTHOIDTYPE_REFLOCATION_TYPE); put(new NameImpl("http://www.opengis.net/gml","ClothoidType"),CLOTHOIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MetaDataPropertyType"),METADATAPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","StringOrRefType"),STRINGORREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CodeType"),CODETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGMLType"),ABSTRACTGMLTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeometryType"),ABSTRACTGEOMETRYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeometricPrimitiveType"),ABSTRACTGEOMETRICPRIMITIVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinatesType"),COORDINATESTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordType"),COORDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PointType"),POINTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PointPropertyType"),POINTPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectPositionListType"),DIRECTPOSITIONLISTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MeasureType"),MEASURETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LengthType"),LENGTHTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AngleType"),ANGLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CurveInterpolationType"),CURVEINTERPOLATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcByCenterPointType"),ARCBYCENTERPOINTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CircleByCenterPointType"),CIRCLEBYCENTERPOINTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DefinitionType"),DEFINITIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractReferenceSystemBaseType"),ABSTRACTREFERENCESYSTEMBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","IdentifierType"),IDENTIFIERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractSurfaceType"),ABSTRACTSURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractRingType"),ABSTRACTRINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractRingPropertyType"),ABSTRACTRINGPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolygonType"),POLYGONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EnvelopeType"),ENVELOPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimeObjectType"),ABSTRACTTIMEOBJECTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimePrimitiveType"),ABSTRACTTIMEPRIMITIVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimeGeometricPrimitiveType"),ABSTRACTTIMEGEOMETRICPRIMITIVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimePositionUnion"),TIMEPOSITIONUNION_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeIndeterminateValueType"),TIMEINDETERMINATEVALUETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimePositionType"),TIMEPOSITIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeInstantType"),TIMEINSTANTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeInstantPropertyType"),TIMEINSTANTPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeUnitType"),TIMEUNITTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeIntervalLengthType"),TIMEINTERVALLENGTHTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimePeriodType"),TIMEPERIODTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ExtentType"),EXTENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractReferenceSystemType"),ABSTRACTREFERENCESYSTEMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractCoordinateSystemBaseType"),ABSTRACTCOORDINATESYSTEMBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxisBaseType"),COORDINATESYSTEMAXISBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxisType"),COORDINATESYSTEMAXISTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinateSystemAxisRefType"),COORDINATESYSTEMAXISREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractCoordinateSystemType"),ABSTRACTCOORDINATESYSTEMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EllipsoidalCSType"),ELLIPSOIDALCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EllipsoidalCSRefType"),ELLIPSOIDALCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractDatumBaseType"),ABSTRACTDATUMBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractDatumType"),ABSTRACTDATUMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PrimeMeridianBaseType"),PRIMEMERIDIANBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DegreeValueType"),DEGREEVALUETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DegreesType"),DEGREESTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DecimalMinutesType"),DECIMALMINUTESTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcMinutesType"),ARCMINUTESTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcSecondsType"),ARCSECONDSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DMSAngleType"),DMSANGLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AngleChoiceType"),ANGLECHOICETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PrimeMeridianType"),PRIMEMERIDIANTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PrimeMeridianRefType"),PRIMEMERIDIANREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EllipsoidBaseType"),ELLIPSOIDBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","_isSphere"),_ISSPHERE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SecondDefiningParameterType"),SECONDDEFININGPARAMETERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EllipsoidType"),ELLIPSOIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EllipsoidRefType"),ELLIPSOIDREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeodeticDatumType"),GEODETICDATUMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeodeticDatumRefType"),GEODETICDATUMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeographicCRSType"),GEOGRAPHICCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeographicCRSRefType"),GEOGRAPHICCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LinearRingType"),LINEARRINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LinearRingPropertyType"),LINEARRINGPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractSolidType"),ABSTRACTSOLIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SolidPropertyType"),SOLIDPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeSolidType"),COMPOSITESOLIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeSolidPropertyType"),COMPOSITESOLIDPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","NullType"),NULLTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BoundingShapeType"),BOUNDINGSHAPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LocationPropertyType"),LOCATIONPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractFeatureType"),ABSTRACTFEATURETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DomainSetType"),DOMAINSETTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeValueType"),COMPOSITEVALUETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ValueArrayType"),VALUEARRAYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","booleanOrNullList"),BOOLEANORNULLLIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","NameOrNullList"),NAMEORNULLLIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","CodeOrNullListType"),CODEORNULLLISTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CategoryExtentType"),CATEGORYEXTENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","doubleOrNullList"),DOUBLEORNULLLIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","MeasureOrNullListType"),MEASUREORNULLLISTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","QuantityExtentType"),QUANTITYEXTENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","integerOrNullList"),INTEGERORNULLLIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","CountExtentType"),COUNTEXTENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RangeParametersType"),RANGEPARAMETERSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DataBlockType"),DATABLOCKTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FileValueModelType"),FILEVALUEMODELTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FileType"),FILETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RangeSetType"),RANGESETTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractCoverageType"),ABSTRACTCOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SequenceRuleNames"),SEQUENCERULENAMES_TYPE); put(new NameImpl("http://www.opengis.net/gml","IncrementOrder"),INCREMENTORDER_TYPE); put(new NameImpl("http://www.opengis.net/gml","SequenceRuleType"),SEQUENCERULETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","integerList"),INTEGERLIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridFunctionType"),GRIDFUNCTIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoverageFunctionType"),COVERAGEFUNCTIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractDiscreteCoverageType"),ABSTRACTDISCRETECOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridEnvelopeType"),GRIDENVELOPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridLimitsType"),GRIDLIMITSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridType"),GRIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RectifiedGridType"),RECTIFIEDGRIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RectifiedGridDomainType"),RECTIFIEDGRIDDOMAINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RectifiedGridCoverageType"),RECTIFIEDGRIDCOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridDomainType"),GRIDDOMAINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridCoverageType"),GRIDCOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SpeedType"),SPEEDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeometricAggregateType"),ABSTRACTGEOMETRICAGGREGATETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PointArrayPropertyType"),POINTARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiPointType"),MULTIPOINTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiPointPropertyType"),MULTIPOINTPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcStringByBulgeType"),ARCSTRINGBYBULGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcByBulgeType"),ARCBYBULGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractCoordinateOperationBaseType"),ABSTRACTCOORDINATEOPERATIONBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractPositionalAccuracyType"),ABSTRACTPOSITIONALACCURACYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CRSRefType"),CRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractCoordinateOperationType"),ABSTRACTCOORDINATEOPERATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeneralTransformationType"),ABSTRACTGENERALTRANSFORMATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationMethodBaseType"),OPERATIONMETHODBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeneralOperationParameterType"),ABSTRACTGENERALOPERATIONPARAMETERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeneralOperationParameterRefType"),ABSTRACTGENERALOPERATIONPARAMETERREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationMethodType"),OPERATIONMETHODTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationMethodRefType"),OPERATIONMETHODREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeneralParameterValueType"),ABSTRACTGENERALPARAMETERVALUETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MeasureListType"),MEASURELISTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationParameterBaseType"),OPERATIONPARAMETERBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationParameterType"),OPERATIONPARAMETERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationParameterRefType"),OPERATIONPARAMETERREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ParameterValueType"),PARAMETERVALUETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TransformationType"),TRANSFORMATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TransformationRefType"),TRANSFORMATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinateReferenceSystemRefType"),COORDINATEREFERENCESYSTEMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeneralConversionType"),ABSTRACTGENERALCONVERSIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeneralConversionRefType"),GENERALCONVERSIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGeneralDerivedCRSType"),ABSTRACTGENERALDERIVEDCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DerivedCRSTypeType"),DERIVEDCRSTYPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinateSystemRefType"),COORDINATESYSTEMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DerivedCRSType"),DERIVEDCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DerivedCRSRefType"),DERIVEDCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimeReferenceSystemType"),ABSTRACTTIMEREFERENCESYSTEMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimePeriodPropertyType"),TIMEPERIODPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeCalendarEraType"),TIMECALENDARERATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeCalendarEraPropertyType"),TIMECALENDARERAPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeCalendarType"),TIMECALENDARTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeCalendarPropertyType"),TIMECALENDARPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeClockType"),TIMECLOCKTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeClockPropertyType"),TIMECLOCKPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SurfacePropertyType"),SURFACEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SurfaceArrayPropertyType"),SURFACEARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSurfaceType"),MULTISURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSurfaceDomainType"),MULTISURFACEDOMAINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSurfaceCoverageType"),MULTISURFACECOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RelativeInternalPositionalAccuracyType"),RELATIVEINTERNALPOSITIONALACCURACYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractSurfacePatchType"),ABSTRACTSURFACEPATCHTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractParametricCurveSurfaceType"),ABSTRACTPARAMETRICCURVESURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGriddedSurfaceType_row"),ABSTRACTGRIDDEDSURFACETYPE_ROW_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractGriddedSurfaceType"),ABSTRACTGRIDDEDSURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SphereType"),SPHERETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractCurveType"),ABSTRACTCURVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LineStringType"),LINESTRINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LineStringPropertyType"),LINESTRINGPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiLineStringType"),MULTILINESTRINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiLineStringPropertyType"),MULTILINESTRINGPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeSurfaceType"),COMPOSITESURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeSurfacePropertyType"),COMPOSITESURFACEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","UnitDefinitionType"),UNITDEFINITIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ReferenceType"),REFERENCETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BaseUnitType"),BASEUNITTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CurvePropertyType"),CURVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SignType"),SIGNTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OrientableCurveType"),ORIENTABLECURVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ValuePropertyType"),VALUEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ScalarValuePropertyType"),SCALARVALUEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSurfacePropertyType"),MULTISURFACEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimePrimitivePropertyType"),TIMEPRIMITIVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FeaturePropertyType"),FEATUREPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TargetPropertyType"),TARGETPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AssociationType"),ASSOCIATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ObservationType"),OBSERVATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectionVectorType"),DIRECTIONVECTORTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompassPointEnumeration"),COMPASSPOINTENUMERATION_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectionPropertyType"),DIRECTIONPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectedObservationType"),DIRECTEDOBSERVATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectedObservationAtDistanceType"),DIRECTEDOBSERVATIONATDISTANCETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompoundCRSType"),COMPOUNDCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompoundCRSRefType"),COMPOUNDCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CalDate"),CALDATE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CoordinateOperationRefType"),COORDINATEOPERATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RingType"),RINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RingPropertyType"),RINGPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiPointDomainType"),MULTIPOINTDOMAINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiPointCoverageType"),MULTIPOINTCOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CountPropertyType"),COUNTPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConeType"),CONETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EnvelopeWithTimePeriodType"),ENVELOPEWITHTIMEPERIODTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CategoryPropertyType"),CATEGORYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SurfacePatchArrayPropertyType"),SURFACEPATCHARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SurfaceType"),SURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SurfaceInterpolationType"),SURFACEINTERPOLATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolygonPatchType"),POLYGONPATCHTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolygonPatchArrayPropertyType"),POLYGONPATCHARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolyhedralSurfaceType"),POLYHEDRALSURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SingleOperationRefType"),SINGLEOPERATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConcatenatedOperationType"),CONCATENATEDOPERATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConcatenatedOperationRefType"),CONCATENATEDOPERATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeCurveType"),COMPOSITECURVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CompositeCurvePropertyType"),COMPOSITECURVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimeComplexType"),ABSTRACTTIMECOMPLEXTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimeTopologyPrimitiveType"),ABSTRACTTIMETOPOLOGYPRIMITIVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeTopologyPrimitivePropertyType"),TIMETOPOLOGYPRIMITIVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeTopologyComplexType"),TIMETOPOLOGYCOMPLEXTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeTopologyComplexPropertyType"),TIMETOPOLOGYCOMPLEXPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","doubleOrNull"),DOUBLEORNULL_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTopologyType"),ABSTRACTTOPOLOGYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTopoPrimitiveType"),ABSTRACTTOPOPRIMITIVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FaceType"),FACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectedFacePropertyType"),DIRECTEDFACEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoSolidType"),TOPOSOLIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ContainerPropertyType"),CONTAINERPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CubicSplineType"),CUBICSPLINETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","stringOrNull"),STRINGORNULL_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractStyleType"),ABSTRACTSTYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SymbolTypeEnumeration"),SYMBOLTYPEENUMERATION_TYPE); put(new NameImpl("http://www.opengis.net/gml","SymbolType"),SYMBOLTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ScaleType"),SCALETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","StyleVariationType"),STYLEVARIATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BaseStyleDescriptorType"),BASESTYLEDESCRIPTORTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LabelType"),LABELTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LabelStyleType"),LABELSTYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LabelStylePropertyType"),LABELSTYLEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometryStyleType"),GEOMETRYSTYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometryStylePropertyType"),GEOMETRYSTYLEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopologyStyleType"),TOPOLOGYSTYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopologyStylePropertyType"),TOPOLOGYSTYLEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","QueryGrammarEnumeration"),QUERYGRAMMARENUMERATION_TYPE); put(new NameImpl("http://www.opengis.net/gml","FeatureStyleType"),FEATURESTYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FeatureStylePropertyType"),FEATURESTYLEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GraphTypeType"),GRAPHTYPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DrawingTypeType"),DRAWINGTYPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LineTypeType"),LINETYPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AesheticCriteriaType"),AESHETICCRITERIATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GraphStyleType"),GRAPHSTYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GraphStylePropertyType"),GRAPHSTYLEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","StyleType"),STYLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeodesicStringType"),GEODESICSTRINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeodesicType"),GEODESICTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RelatedTimeType"),RELATEDTIMETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeEdgeType"),TIMEEDGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeEdgePropertyType"),TIMEEDGEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeNodeType"),TIMENODETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeNodePropertyType"),TIMENODEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeOrdinalEraType"),TIMEORDINALERATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeOrdinalEraPropertyType"),TIMEORDINALERAPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeOrdinalReferenceSystemType"),TIMEORDINALREFERENCESYSTEMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalCSType"),VERTICALCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalCSRefType"),VERTICALCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalDatumTypeType"),VERTICALDATUMTYPETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalDatumType"),VERTICALDATUMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalDatumRefType"),VERTICALDATUMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalCRSType"),VERTICALCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VerticalCRSRefType"),VERTICALCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationParameterGroupBaseType"),OPERATIONPARAMETERGROUPBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationParameterGroupType"),OPERATIONPARAMETERGROUPTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationParameterGroupRefType"),OPERATIONPARAMETERGROUPREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ParameterValueGroupType"),PARAMETERVALUEGROUPTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","integerOrNull"),INTEGERORNULL_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiGeometryPropertyType"),MULTIGEOMETRYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","RectangleType"),RECTANGLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DefaultStylePropertyType"),DEFAULTSTYLEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EdgeType"),EDGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectedEdgePropertyType"),DIRECTEDEDGEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoCurveType"),TOPOCURVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoCurvePropertyType"),TOPOCURVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","VolumeType"),VOLUMETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SolidArrayPropertyType"),SOLIDARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSolidType"),MULTISOLIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSolidDomainType"),MULTISOLIDDOMAINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSolidCoverageType"),MULTISOLIDCOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DictionaryEntryType"),DICTIONARYENTRYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DefinitionProxyType"),DEFINITIONPROXYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","IndirectEntryType"),INDIRECTENTRYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DictionaryType"),DICTIONARYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","KnotType"),KNOTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","KnotPropertyType"),KNOTPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","KnotTypesType"),KNOTTYPESTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BSplineType"),BSPLINETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BezierType"),BEZIERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DatumRefType"),DATUMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalCSType"),TEMPORALCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalCSRefType"),TEMPORALCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalDatumBaseType"),TEMPORALDATUMBASETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalDatumType"),TEMPORALDATUMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalDatumRefType"),TEMPORALDATUMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalCRSType"),TEMPORALCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TemporalCRSRefType"),TEMPORALCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoSurfaceType"),TOPOSURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoSurfacePropertyType"),TOPOSURFACEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ReferenceSystemRefType"),REFERENCESYSTEMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AreaType"),AREATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EngineeringDatumType"),ENGINEERINGDATUMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EngineeringDatumRefType"),ENGINEERINGDATUMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EngineeringCRSType"),ENGINEERINGCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","EngineeringCRSRefType"),ENGINEERINGCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","NodeType"),NODETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","IsolatedPropertyType"),ISOLATEDPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","NullEnumeration"),NULLENUMERATION_TYPE); put(new NameImpl("http://www.opengis.net/gml","CurveArrayPropertyType"),CURVEARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiCurveType"),MULTICURVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiCurveDomainType"),MULTICURVEDOMAINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiCurveCoverageType"),MULTICURVECOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","NameList"),NAMELIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","CodeListType"),CODELISTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BooleanPropertyType"),BOOLEANPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TriangleType"),TRIANGLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TrianglePatchArrayPropertyType"),TRIANGLEPATCHARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TriangulatedSurfaceType"),TRIANGULATEDSURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LineStringSegmentType"),LINESTRINGSEGMENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LineStringSegmentArrayPropertyType"),LINESTRINGSEGMENTARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TinType_controlPoint"),TINTYPE_CONTROLPOINT_TYPE); put(new NameImpl("http://www.opengis.net/gml","TinType"),TINTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SolidType"),SOLIDTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectedNodePropertyType"),DIRECTEDNODEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoPointType"),TOPOPOINTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoPointPropertyType"),TOPOPOINTPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BoundedFeatureType"),BOUNDEDFEATURETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GridLengthType"),GRIDLENGTHTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OperationRefType"),OPERATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PassThroughOperationType"),PASSTHROUGHOPERATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PassThroughOperationRefType"),PASSTHROUGHOPERATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FeatureArrayPropertyType"),FEATUREARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractFeatureCollectionType"),ABSTRACTFEATURECOLLECTIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FeatureCollectionType"),FEATURECOLLECTIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractTimeSliceType"),ABSTRACTTIMESLICETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","HistoryPropertyType"),HISTORYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DynamicFeatureCollectionType"),DYNAMICFEATURECOLLECTIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DynamicFeatureType"),DYNAMICFEATURETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolarCSType"),POLARCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolarCSRefType"),POLARCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbsoluteExternalPositionalAccuracyType"),ABSOLUTEEXTERNALPOSITIONALACCURACYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArrayAssociationType"),ARRAYASSOCIATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","BagType"),BAGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CartesianCSType"),CARTESIANCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CartesianCSRefType"),CARTESIANCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SphericalCSType"),SPHERICALCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","SphericalCSRefType"),SPHERICALCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeocentricCRSType"),GEOCENTRICCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeocentricCRSRefType"),GEOCENTRICCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcStringType"),ARCSTRINGTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArcType"),ARCTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CircleType"),CIRCLETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","QuantityPropertyType"),QUANTITYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeCoordinateSystemType"),TIMECOORDINATESYSTEMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiSolidPropertyType"),MULTISOLIDPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeGeometricPrimitivePropertyType"),TIMEGEOMETRICPRIMITIVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","QNameList"),QNAMELIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","IndexMapType"),INDEXMAPTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OrientableSurfaceType"),ORIENTABLESURFACETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","booleanOrNull"),BOOLEANORNULL_TYPE); put(new NameImpl("http://www.opengis.net/gml","UnitOfMeasureType"),UNITOFMEASURETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","FormulaType"),FORMULATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConversionToPreferredUnitType"),CONVERSIONTOPREFERREDUNITTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DerivationUnitTermType"),DERIVATIONUNITTERMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConventionalUnitType"),CONVENTIONALUNITTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LinearCSType"),LINEARCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","LinearCSRefType"),LINEARCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ProjectedCRSType"),PROJECTEDCRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ProjectedCRSRefType"),PROJECTEDCRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoPrimitiveMemberType"),TOPOPRIMITIVEMEMBERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoPrimitiveArrayAssociationType"),TOPOPRIMITIVEARRAYASSOCIATIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoComplexType"),TOPOCOMPLEXTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoComplexMemberType"),TOPOCOMPLEXMEMBERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ObliqueCartesianCSType"),OBLIQUECARTESIANCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ObliqueCartesianCSRefType"),OBLIQUECARTESIANCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PixelInCellType"),PIXELINCELLTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ImageDatumType"),IMAGEDATUMTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ImageDatumRefType"),IMAGEDATUMREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ImageCRSType"),IMAGECRSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ImageCRSRefType"),IMAGECRSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","UserDefinedCSType"),USERDEFINEDCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","UserDefinedCSRefType"),USERDEFINEDCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometricPrimitivePropertyType"),GEOMETRICPRIMITIVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometricComplexType"),GEOMETRICCOMPLEXTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometricComplexPropertyType"),GEOMETRICCOMPLEXPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CylinderType"),CYLINDERTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","NameOrNull"),NAMEORNULL_TYPE); put(new NameImpl("http://www.opengis.net/gml","SuccessionType"),SUCCESSIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiCurvePropertyType"),MULTICURVEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MovingObjectStatusType"),MOVINGOBJECTSTATUSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TrackType"),TRACKTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TimeType"),TIMETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PolygonPropertyType"),POLYGONPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiPolygonType"),MULTIPOLYGONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiPolygonPropertyType"),MULTIPOLYGONPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","booleanList"),BOOLEANLIST_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractMetaDataType"),ABSTRACTMETADATATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GenericMetaDataType"),GENERICMETADATATYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CovarianceElementType"),COVARIANCEELEMENTTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CovarianceMatrixType"),COVARIANCEMATRIXTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CurveSegmentArrayPropertyType"),CURVESEGMENTARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CurveType"),CURVETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ArrayType"),ARRAYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ValueArrayPropertyType"),VALUEARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","AbstractContinuousCoverageType"),ABSTRACTCONTINUOUSCOVERAGETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","PriorityLocationPropertyType"),PRIORITYLOCATIONPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DerivedUnitType"),DERIVEDUNITTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConversionType"),CONVERSIONTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","ConversionRefType"),CONVERSIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","DirectedTopoSolidPropertyType"),DIRECTEDTOPOSOLIDPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoVolumeType"),TOPOVOLUMETYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","TopoVolumePropertyType"),TOPOVOLUMEPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeneralTransformationRefType"),GENERALTRANSFORMATIONREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometryPropertyType"),GEOMETRYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","GeometryArrayPropertyType"),GEOMETRYARRAYPROPERTYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","MultiGeometryType"),MULTIGEOMETRYTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CylindricalCSType"),CYLINDRICALCSTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","CylindricalCSRefType"),CYLINDRICALCSREFTYPE_TYPE); put(new NameImpl("http://www.opengis.net/gml","OffsetCurveType"),OFFSETCURVETYPE_TYPE); } /** * Profile of GMLSchema capturing a unique mapping of Java classes. * <p> * This profile mostly matches to JTS Geometry classes. * * @return Subset of GMLSchema capturing a unique mapping of Java classes */ public ProfileImpl profile() { Set<Name> profile = new LinkedHashSet<Name>(); profile.add(new NameImpl(GML.MeasureType)); profile.add(new NameImpl(GML.PointPropertyType)); profile.add(new NameImpl(GML.MultiPointPropertyType)); profile.add(new NameImpl(GML.LineStringPropertyType)); profile.add(new NameImpl(GML.MultiLineStringPropertyType)); profile.add(new NameImpl(GML.CurvePropertyType)); profile.add(new NameImpl(GML.MultiCurvePropertyType)); profile.add(new NameImpl(GML.SurfacePropertyType)); profile.add(new NameImpl(GML.MultiSurfacePropertyType)); profile.add(new NameImpl(GML.PolygonPropertyType)); profile.add(new NameImpl(GML.MultiPolygonPropertyType)); profile.add(new NameImpl(GML.GeometryPropertyType)); profile.add(new NameImpl(GML.MultiGeometryPropertyType)); return new ProfileImpl(this,profile); } }