Definition Type: Element
Name: LaserDetails
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 serialNumber in schema landxml-1_1_xsd Drilldown into model in schema landxml-1_1_xsd Drilldown into manufacturer in schema landxml-1_1_xsd Drilldown into laserVertOffset in schema landxml-1_1_xsd Drilldown into id in schema landxml-1_1_xsdXSD Diagram of LaserDetails in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="LaserDetails">
    <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" use="required" />
        <xs:attribute name="laserVertOffset" type="xs:double" />
        <xs:attribute name="manufacturer" type="xs:string" />
        <xs:attribute name="model" type="xs:string" />
        <xs:attribute name="serialNumber" type="xs:string" />
    </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 Required
laserVertOffset land:laserVertOffset (Optional)
manufacturer land:manufacturer (Optional)
model land:model (Optional)
serialNumber land:serialNumber (Optional)