<xsd:complexType name="Property">
<xsd:annotation>
<xsd:documentation>Property describes the features of an object. Each feature is referenced by the featureRef, which is defined in the Feature element. Its numerical value can be recorded in the featureVal.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BDBase">
<xsd:sequence>
<xsd:element name="featureRef" type="xsd:string"/>
<xsd:element name="featureVal" type="xsd:double"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |