Definition Type: ComplexType
Name: QualityOfPositionType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VerticalAcc in schema ols_xsd Drilldown into HorizontalAcc in schema ols_xsd Drilldown into responseTimer in schema ols_xsd Drilldown into responseReq in schema ols_xsdXSD Diagram of QualityOfPositionType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="QualityOfPositionType">
    <annotation>
        <appinfo source="ADT.xsd" />
    </annotation>
    <sequence>
        <element name="HorizontalAcc" type="xls:HorAccType" />
        <element name="VerticalAcc" type="xls:VerAccType" />
    </sequence>
    <attribute name="responseReq" use="optional" default="Delay_Tol">
        <simpleType>
            <restriction base="string">
                <enumeration value="No_Delay" />
                <enumeration value="Low_Delay" />
                <enumeration value="Delay_Tol" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="responseTimer" type="string" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HorizontalAcc xls:HorizontalAcc (1) (1)
VerticalAcc xls:VerticalAcc (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
responseReq xls:responseReq Delay_Tol Optional
responseTimer xls:responseTimer Optional
Collapse Derivation Tree:
  • QualityOfPositionType
Collapse References:
xls:QoP