Definition Type: Element
Name: TargetSetup
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 prismConstant in schema landxml-1_1_xsd Drilldown into edmTargetVertOffset in schema landxml-1_1_xsd Drilldown into targetHeight in schema landxml-1_1_xsd Drilldown into id in schema landxml-1_1_xsdXSD Diagram of TargetSetup in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="TargetSetup">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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="id" type="xs:ID" />
        <xs:attribute name="targetHeight" type="xs:double" />
        <xs:attribute name="edmTargetVertOffset" type="xs:double" />
        <xs:attribute name="prismConstant" type="xs:double" />
        <!-- To allow for older style EDM's -->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id land:id (Optional)
targetHeight land:targetHeight (Optional)
edmTargetVertOffset land:edmTargetVertOffset (Optional)
prismConstant land:prismConstant (Optional)