<xs:complexType name="locationType"> <xs:choice> <xs:element ref="exch:text"/> <xs:sequence> <xs:element name="serpart" type="exch:serpartType" minOccurs="0"/> <xs:element name="sersect" type="exch:sersectType" minOccurs="0"/> <xs:element name="chapter" type="exch:chapterType" minOccurs="0"/> <xs:element name="pp" type="exch:ppType" minOccurs="0"/> <xs:element name="column" type="exch:columnType" minOccurs="0"/> <xs:element name="para" type="exch:paraType" minOccurs="0"/> <xs:element name="line" type="exch:lineType" minOccurs="0"/> </xs:sequence> </xs:choice> </xs:complexType> |