references-citedType

Complex Type Information

Model

Children: citation, text

Attributes

QName Type Fixed Default Use Inheritable Annotation
status xs:string optional

Used By

Source

<xs:complexType name="references-citedType">
  <xs:choice>
    <xs:element name="text" type="exch:textType"/>
    <xs:element ref="exch:citation" maxOccurs="unbounded"/>
  </xs:choice>
  <xs:attribute name="status" type="xs:string"/>
</xs:complexType>