procedural-step

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID required
procedural-step-forecast restriction of xs:NMTOKEN optional
procedure-step-phase restriction of xs:NMTOKEN required
related-dossier-events xs:IDREFS optional
related-file-wrapper-documents xs:IDREFS optional

Used By

Element procedural-step

Source

<xs:complexType name="procedural-step">
  <xs:sequence>
    <xs:element ref="procedural-step-code"/>
    <xs:element ref="procedural-step-text" maxOccurs="unbounded"/>
    <xs:element ref="procedural-step-date" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="procedural-step-affected-states" minOccurs="0"/>
    <xs:element ref="time-limit" minOccurs="0"/>
    <xs:element ref="procedural-step-result" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="gazette-reference" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" use="required" type="xs:ID"/>
  <xs:attribute name="procedure-step-phase" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="revocation"/>
        <xs:enumeration value="limitation"/>
        <xs:enumeration value="appeal"/>
        <xs:enumeration value="entry-regional-phase"/>
        <xs:enumeration value="international-examination"/>
        <xs:enumeration value="opposition"/>
        <xs:enumeration value="fees"/>
        <xs:enumeration value="international-search"/>
        <xs:enumeration value="search"/>
        <xs:enumeration value="undefined"/>
        <xs:enumeration value="examination"/>
        <xs:enumeration value="appeal-in-examination"/>
        <xs:enumeration value="petition-for-review-in-examination"/>
        <xs:enumeration value="appeal-in-opposition"/>
        <xs:enumeration value="petition-for-review-in-opposition"/>
        <xs:enumeration value="appeal-in-limitation"/>
        <xs:enumeration value="petition-for-review-in-limitation"/>
        <xs:enumeration value="appeal-in-revocation"/>
        <xs:enumeration value="petition-for-review-in-revocation"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="procedural-step-forecast">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="yes"/>
        <xs:enumeration value="no"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="related-dossier-events" type="xs:IDREFS"/>
  <xs:attribute name="related-file-wrapper-documents" type="xs:IDREFS"/>
</xs:complexType>