tva:DerivationReasonType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
value restriction of string required

Source

<complexType name="DerivationReasonType">
  <complexContent>
    <extension base="tva:BaseDerivationReasonType">
      <attribute name="value" use="required">
        <simpleType>
          <restriction base="string">
            <enumeration value="violence"/>
            <enumeration value="language"/>
            <enumeration value="sex"/>
            <enumeration value="duration"/>
            <enumeration value="other"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </complexContent>
</complexType>