<xs:complexType name="patcitType"> <xs:choice> <xs:element name="text" type="exch:textType"/> <xs:sequence> <xs:element name="document-id" type="exch:document-idType" maxOccurs="unbounded"/> <xs:element name="rel-passage" type="exch:rel-passageType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:choice> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="num" type="xs:string"/> <xs:attribute name="dnum" type="xs:string"/> <xs:attribute name="dnum-type" type="xs:string"/> <xs:attribute name="file" type="xs:string"/> <xs:attribute name="url" type="xs:string"/> <xs:attribute name="family-id" type="xs:string"/> </xs:complexType> |