<xsd:complexType name="CT_MultiLvlStrData"> <xsd:sequence> <xsd:element name="ptCount" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/> <xsd:element name="lvl" type="CT_Lvl" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |