simpleType ColorTypeType
namespace urn:tva:metadata:2005
type restriction of xs:string
properties
base string
used by
attribute ColorType/@type
facets
Kind Value Annotation
enumeration color
enumeration blackAndWhite
enumeration blackAndWhiteAndColor
enumeration colorized
source <xs:simpleType name="ColorTypeType">
 
<xs:restriction base="string">
   
<xs:enumeration value="color"/>
   
<xs:enumeration value="blackAndWhite"/>
   
<xs:enumeration value="blackAndWhiteAndColor"/>
   
<xs:enumeration value="colorized"/>
 
</xs:restriction>
</xs:simpleType>


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