Definition Type: Element
Name: Property
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Used to include additional information that is not explicitly defined by the LandXML schema. Each Property element defines one piece of data. The "label" attribute defines the name of the value held in the "value" attribute.
Collapse XSD Schema Diagram:
Drilldown into value in schema landxml-1_1_xsd Drilldown into label in schema landxml-1_1_xsdXSD Diagram of Property in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Property">
    <xs:annotation>
        <xs:documentation>Used to include additional information that is not explicitly defined by the LandXML schema. Each Property element defines one piece of data.</xs:documentation>
        <xs:documentation>The "label" attribute defines the name of the value held in the "value" attribute.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="label" use="required" />
        <xs:attribute name="value" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
label land:label Required
value land:value Required