Definition Type: Element
Name: OffsetVals
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
offsetInOut: -ve = offset in towards inst, +ve = offset away from inst offsetLeftRight: -ve = left, +ve = right (as viewed from instrument) offsetUpDown: -ve = down, +ve = up
Collapse XSD Schema Diagram:
Drilldown into offsetUpDown in schema landxml-1_1_xsd Drilldown into offsetLeftRight in schema landxml-1_1_xsd Drilldown into offsetInOut in schema landxml-1_1_xsdXSD Diagram of OffsetVals in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="OffsetVals">
    <xs:annotation>
        <xs:documentation>offsetInOut:   -ve = offset in towards inst, +ve = offset away from inst </xs:documentation>
        <xs:documentation>offsetLeftRight:   -ve = left, +ve = right (as viewed from instrument) </xs:documentation>
        <xs:documentation>offsetUpDown:   -ve = down, +ve = up</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="offsetInOut" type="xs:double" />
        <xs:attribute name="offsetLeftRight" type="xs:double" />
        <xs:attribute name="offsetUpDown" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
offsetInOut land:offsetInOut (Optional)
offsetLeftRight land:offsetLeftRight (Optional)
offsetUpDown land:offsetUpDown (Optional)