element Property
diagram LandXML-1.2Doc_p146.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
used by
element Feature
attributes
Name  Type  Use  Default  Fixed  annotation
labelrequired      
valuerequired      
annotation
documentation
Used to include additional information that is not explicitly defined by the LandXML schema. Each Property element defines one piece of data.
documentation
The "label" attribute defines the name of the value held in the "value" attribute.
source <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>

attribute Property/@label
properties
isRef 0
use required
source <xs:attribute name="label" use="required"/>

attribute Property/@value
properties
isRef 0
use required
source <xs:attribute name="value" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy