<xsd:complexType name="CT_NumData"> <xsd:sequence> <xsd:element name="formatCode" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/> <xsd:element name="ptCount" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/> <xsd:element name="pt" type="CT_NumVal" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |