Definition Type: Element
Name: PointResults
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into FieldNote in schema landxml-1_1_xsd Drilldown into TargetPoint in schema landxml-1_1_xsd Drilldown into slopeDistanceStdDeviation in schema landxml-1_1_xsd Drilldown into meanSlopeDistance in schema landxml-1_1_xsd Drilldown into vertStdDeviation in schema landxml-1_1_xsd Drilldown into meanzenithAngle in schema landxml-1_1_xsd Drilldown into horizStdDeviation in schema landxml-1_1_xsd Drilldown into meanHorizAngle in schema landxml-1_1_xsd Drilldown into targetSetupID in schema landxml-1_1_xsd Drilldown into setupID in schema landxml-1_1_xsdXSD Diagram of PointResults in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="PointResults">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TargetPoint" minOccurs="0" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="setupID" type="xs:IDREF" />
        <xs:attribute name="targetSetupID" type="xs:IDREF" />
        <xs:attribute name="meanHorizAngle" type="xs:double" />
        <xs:attribute name="horizStdDeviation" type="xs:double" />
        <xs:attribute name="meanzenithAngle" type="zenithAngle" />
        <xs:attribute name="vertStdDeviation" type="xs:double" />
        <xs:attribute name="meanSlopeDistance" type="xs:double" />
        <xs:attribute name="slopeDistanceStdDeviation" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TargetPoint land:TargetPoint 0 (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
setupID land:setupID (Optional)
targetSetupID land:targetSetupID (Optional)
meanHorizAngle land:meanHorizAngle (Optional)
horizStdDeviation land:horizStdDeviation (Optional)
meanzenithAngle land:meanzenithAngle (Optional)
vertStdDeviation land:vertStdDeviation (Optional)
meanSlopeDistance land:meanSlopeDistance (Optional)
slopeDistanceStdDeviation land:slopeDistanceStdDeviation (Optional)