A type that defines a list of OPS publication references. |
Element | ops:search-result |
<xs:complexType name="publication-reference-listType"> <xs:annotation> <xs:documentation>A type that defines a list of OPS publication references.</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ops:publication-reference"/> <xs:element ref="exch:publication-reference"/> </xs:choice> </xs:complexType> |