Definition Type: ComplexType
Name: DirectPositionListType
Namespace: http://www.opengis.net/gml
Type: gml:doubleList
Containing Schema: geometryBasic0d1d.xsd
Abstract
Documentation:
DirectPositionList instances hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS).
Collapse XSD Schema Diagram:
Drilldown into count in schema geometrybasic0d1d_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup in schema geometrybasic0d1d_xsdXSD Diagram of DirectPositionListType in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema 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>
Collapse Child Attributes:
Name Type Default Value Use
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
axisLabels gml:axisLabels Optional
uomLabels gml:uomLabels Optional
count gml:count Optional
Collapse Derivation Tree:
Collapse References:
gml:posList