<xsd:complexType name="CT_Characteristic">
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Name of Characteristic</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="relation" type="ST_Relation" use="required">
<xsd:annotation>
<xsd:documentation>Relationship of Value to Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="val" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Characteristic Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vocabulary" type="xsd:anyURI" use="optional">
<xsd:annotation>
<xsd:documentation>Characteristic Grammar</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|