<xs:complexType name="classification-ipcType"> <xs:sequence> <xs:element name="edition" type="exch:editionType" minOccurs="0"/> <xs:element name="main-classification" type="exch:main-classificationType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="further-classification" type="exch:further-classificationType" minOccurs="0" maxOccurs="unbounded"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="additional-info" type="exch:additional-infoType"/> <xs:element name="linked-indexing-code-group" type="exch:linked-indexing-code-groupType"/> <xs:element name="unlinked-indexing-code" type="exch:unlinked-indexing-codeType"/> </xs:choice> <xs:element name="text" type="exch:textType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="status" type="xs:string"/> </xs:complexType> |