Definition Type: ComplexType
Name: VectorType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:doubleList
Containing Schema: gml.xsd
Abstract
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
Collapse XSD Schema Diagram:
Drilldown into srsDimension in schema gml_xsd Drilldown into srsName in schema gml_xsd Drilldown into SRSReferenceGroup in schema gml_xsdXSD Diagram of VectorType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="VectorType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:geometryBasic0d1d:v3.1.1">geometryBasic0d1d.xsd</appinfo>
        <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>
Collapse Child Attributes:
Name Type Default Value Use
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
Collapse Derivation Tree:
Collapse References:
gml:offsetVector, gml:vector