nplcitType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
file xs:string optional
id xs:ID optional
lang xs:language optional
medium xs:string optional
npl-type xs:string optional
num xs:string optional
url xs:string optional

Used By

Source

<xs:complexType name="nplcitType">
  <xs:choice>
    <xs:element name="text" type="exch:textType"/>
    <xs:element name="article" type="exch:articleType"/>
    <xs:element name="book" type="exch:bookType"/>
    <xs:element name="online" type="exch:onlineType"/>
    <xs:element name="othercit" type="exch:othercitType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="num" type="xs:string"/>
  <xs:attribute name="lang" type="xs:language"/>
  <xs:attribute name="file" type="xs:string"/>
  <xs:attribute name="npl-type" type="xs:string"/>
  <xs:attribute name="medium" type="xs:string"/>
  <xs:attribute name="url" type="xs:string"/>
</xs:complexType>