CT_NumVal

Complex Type Information

Model

Children: v

Attributes

QName Type Fixed Default Use Inheritable Annotation
formatCode ST_Xstring optional
idx xsd:unsignedInt required

Used By

Element CT_NumData/pt

Source

<xsd:complexType name="CT_NumVal">
  <xsd:sequence>
    <xsd:element name="v" type="s:ST_Xstring" minOccurs="1" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="idx" type="xsd:unsignedInt" use="required"/>
  <xsd:attribute name="formatCode" type="s:ST_Xstring" use="optional"/>
</xsd:complexType>