ep-appeal-data

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
appeal-num optional
appeal-phase restriction of xs:NMTOKEN optional

Used By

Element ep-appeal-data

Source

<xs:complexType name="ep-appeal-data">
  <xs:sequence>
    <xs:element ref="date" minOccurs="0"/>
    <xs:element ref="ep-date-statement-of-grounds-filed" minOccurs="0"/>
    <xs:element ref="ep-date-interlocutory-revision" minOccurs="0"/>
    <xs:element ref="ep-appeal-result" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="appeal-phase">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="revocation"/>
        <xs:enumeration value="limitation"/>
        <xs:enumeration value="opposition"/>
        <xs:enumeration value="examination"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="appeal-num" type="xs:anySimpleType"/>
</xs:complexType>