2.6.232 CT_DecimalFeatureProperty

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag

Referenced by: CT_FeaturePropertyBag

This complex type specifies a key value pair (KVP) with a value of type double [XMLSCHEMA2/2] section 3.2.5).

Attributes:

k:  A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the key for the key value pair (KVP).

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DecimalFeatureProperty">
   <xsd:simpleContent>
     <xsd:extension base="xsd:double">
       <xsd:attribute name="k" type="xsd:string" use="required"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>

See section 5.36 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).