patcitType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dnum xs:string optional
dnum-type xs:string optional
family-id xs:string optional
file xs:string optional
id xs:ID optional
num xs:string optional
url xs:string optional

Used By

Source

<xs:complexType name="patcitType">
  <xs:choice>
    <xs:element name="text" type="exch:textType"/>
    <xs:sequence>
      <xs:element name="document-id" type="exch:document-idType" maxOccurs="unbounded"/>
      <xs:element name="rel-passage" type="exch:rel-passageType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="num" type="xs:string"/>
  <xs:attribute name="dnum" type="xs:string"/>
  <xs:attribute name="dnum-type" type="xs:string"/>
  <xs:attribute name="file" type="xs:string"/>
  <xs:attribute name="url" type="xs:string"/>
  <xs:attribute name="family-id" type="xs:string"/>
</xs:complexType>