ops:any-publication-referenceType

A type that defines any publication reference, either from namespace exch or from namespace ops.

Complex Type Information

Model

Used By

Source

<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>