complexType DerivationReasonType
diagram gluon3_1_p1043.png
namespace urn:tva:metadata:2005
type extension of tva:BaseDerivationReasonType
properties
base tva:BaseDerivationReasonType
attributes
Name  Type  Use  Default  Fixed  Annotation
value  derived by: xs:string  required      
source <xs:complexType name="DerivationReasonType">
 
<xs:complexContent>
   
<xs:extension base="tva:BaseDerivationReasonType">
     
<xs:attribute name="value" use="required">
       
<xs:simpleType>
         
<xs:restriction base="string">
           
<xs:enumeration value="violence"/>
           
<xs:enumeration value="language"/>
           
<xs:enumeration value="sex"/>
           
<xs:enumeration value="duration"/>
           
<xs:enumeration value="other"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute DerivationReasonType/@value
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration violence
enumeration language
enumeration sex
enumeration duration
enumeration other
source <xs:attribute name="value" use="required">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="violence"/>
     
<xs:enumeration value="language"/>
     
<xs:enumeration value="sex"/>
     
<xs:enumeration value="duration"/>
     
<xs:enumeration value="other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy