reference

Element Information

Model

Used By

Source

<xs:element name="reference">
  <xs:complexType>
    <xs:all>
      <xs:element ref="title"/>
      <xs:element minOccurs="0" ref="source"/>
      <xs:element minOccurs="0" name="creator" type="xs:string"/>
      <xs:element minOccurs="0" ref="citation"/>
      <xs:element ref="type"/>
    </xs:all>
  </xs:complexType>
</xs:element>

Sample