DURAB

This element is used to give information about the period of validity of an act. The following values are accepted: -	DUR: lasting -	EPH: limited -	NA: not applicable

Element Information

Model

Used By

Source

<xs:element name="DURAB">
  <xs:annotation>
    <xs:documentation>This element is used to give information about the period of validity of an act. The following values are accepted: - DUR: lasting - EPH: limited - NA: not applicable</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="DUR"/>
      <xs:enumeration value="EPH"/>
      <xs:enumeration value="NA"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

Sample