complexType ProgramGroupTypeType
diagram gluon3_1_p1099.png
namespace urn:tva:metadata:2005
type extension of tva:BaseProgramGroupTypeType
properties
base tva:BaseProgramGroupTypeType
attributes
Name  Type  Use  Default  Fixed  Annotation
value  derived by: xs:string  required      
source <xs:complexType name="ProgramGroupTypeType">
 
<xs:complexContent>
   
<xs:extension base="tva:BaseProgramGroupTypeType">
     
<xs:attribute name="value" use="required">
       
<xs:simpleType>
         
<xs:restriction base="string">
           
<xs:enumeration value="series"/>
           
<xs:enumeration value="show"/>
           
<xs:enumeration value="programConcept"/>
           
<xs:enumeration value="programCompilation"/>
           
<xs:enumeration value="otherCollection"/>
           
<xs:enumeration value="otherChoice"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute ProgramGroupTypeType/@value
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration series
enumeration show
enumeration programConcept
enumeration programCompilation
enumeration otherCollection
enumeration otherChoice
source <xs:attribute name="value" use="required">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="series"/>
     
<xs:enumeration value="show"/>
     
<xs:enumeration value="programConcept"/>
     
<xs:enumeration value="programCompilation"/>
     
<xs:enumeration value="otherCollection"/>
     
<xs:enumeration value="otherChoice"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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