<xsd:complexType name="CT_NumVal">
<xsd:sequence>
<xsd:element name="v" type="ST_Xstring" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Numeric Value</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="idx" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formatCode" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Number Format</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|