<characteristic>
(Single Characteristic)
This element specifies a single characteristic. The type of characteristic is defined by the @name
attribute.
<additionalCharacteristics> <characteristic name='precisionMantissa' relation='gt' val='-9007199254740992'/> <characteristic name='precisionMantissa' relation='lt' val='9007199254740992'/> <characteristic name='precisionExponent' relation='ge' val='-1075'/> <characteristic name='precisionExponent' relation='le' val='970'/> </additionalCharacteristics>
Parent Elements |
---|
|
Attributes |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Specifies the name of the characteristic. There are no constraints on the value of the The values defined by this Standard shall be associated with a null vocabulary value, and are as follows:
The possible values for this attribute are defined by the XML Schema string datatype. |
||||||||||||||||||||||||||||||||||||||||||||||||
|
Specifies how the contents of the example:
<additionalCharacteristics> <characteristic name="numColumns" relation="le" val="10000"/> <characteristic name="numColumns" relation="ge" val="0"/> </additionalCharacteristics> The possible values for this attribute are defined by the ST_Relation simple type (§7.7.3.1). |
||||||||||||||||||||||||||||||||||||||||||||||||
|
Specifies the value of the characteristic. The possible values for this attribute are defined by the XML Schema string datatype. |
||||||||||||||||||||||||||||||||||||||||||||||||
|
Specifies a URI defining the characteristic grammar with which the If this attribute is omitted, then the default grammar (as defined above) shall be used. The possible values for this attribute are defined by the XML Schema anyURI datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Characteristic">
<attribute name="name" type="xsd:string" use="required"/>
<attribute name="relation" type="ST_Relation" use="required"/>
<attribute name="val" type="xsd:string" use="required"/>
<attribute name="vocabulary" type="xsd:anyURI" use="optional"/>
</complexType>