<xs:complexType name="rel-passageType"> <xs:choice> <xs:element name="text" type="exch:textType"/> <xs:sequence maxOccurs="unbounded"> <xs:element name="passage" type="exch:passageType" maxOccurs="unbounded"/> <xs:element name="category" type="exch:categoryType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="rel-claims" type="exch:rel-claimsType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:choice> </xs:complexType> |