Definition Type: Element
Name: Backsight
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 BacksightPoint in schema landxml-1_1_xsd Drilldown into setupID in schema landxml-1_1_xsd Drilldown into circle in schema landxml-1_1_xsd Drilldown into targetHeight in schema landxml-1_1_xsd Drilldown into azimuth in schema landxml-1_1_xsd Drilldown into id in schema landxml-1_1_xsdXSD Diagram of Backsight in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Backsight">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="BacksightPoint" minOccurs="0" />
            <xs:choice>
                <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="id" type="xs:ID" />
        <xs:attribute name="azimuth" type="direction" />
        <xs:attribute name="targetHeight" type="xs:double" />
        <xs:attribute name="circle" type="angle" use="required" />
        <xs:attribute name="setupID" type="xs:IDREF" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BacksightPoint land:BacksightPoint 0 (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id land:id (Optional)
azimuth land:azimuth (Optional)
targetHeight land:targetHeight (Optional)
circle land:circle Required
setupID land:setupID (Optional)