A type that defines any publication reference, either from namespace exch or from namespace ops. |
Complex Type | ops:fulltext-retrievalType |
Elements | ops:document-inquiry, ops:equivalents-inquiry, ops:fulltext-inquiry |
<xs:complexType name="any-publication-referenceType"> <xs:annotation> <xs:documentation>A type that defines any publication reference, either from namespace exch or from namespace ops.</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="ops:publication-reference"/> <xs:element ref="exch:publication-reference"/> </xs:choice> </xs:complexType> |