complexType UniqueIDType
diagram gluon3_1_p1454.png
namespace urn:tva:mpeg7:2005
type extension of xs:string
properties
base string
used by
elements UserActionType/ProgramIdentifier ProgramInformationType/OtherIdentifier
attributes
Name  Type  Use  Default  Fixed  Annotation
type  xs:NMTOKEN  optional  URI    
organization  xs:NMTOKEN  optional      
authority  xs:NMTOKEN  optional      
encoding  derived by: xs:string  optional  text    
source <xs:complexType name="UniqueIDType">
 
<xs:simpleContent>
   
<xs:extension base="string">
     
<xs:attribute name="type" type="NMTOKEN" use="optional" default="URI"/>
     
<xs:attribute name="organization" type="NMTOKEN" use="optional"/>
     
<xs:attribute name="authority" type="NMTOKEN" use="optional"/>
     
<xs:attribute name="encoding" use="optional" default="text">
       
<xs:simpleType>
         
<xs:restriction base="string">
           
<xs:enumeration value="text"/>
           
<xs:enumeration value="base16"/>
           
<xs:enumeration value="base64"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute UniqueIDType/@type
type xs:NMTOKEN
properties
use optional
default URI
source <xs:attribute name="type" type="NMTOKEN" use="optional" default="URI"/>

attribute UniqueIDType/@organization
type xs:NMTOKEN
properties
use optional
source <xs:attribute name="organization" type="NMTOKEN" use="optional"/>

attribute UniqueIDType/@authority
type xs:NMTOKEN
properties
use optional
source <xs:attribute name="authority" type="NMTOKEN" use="optional"/>

attribute UniqueIDType/@encoding
type restriction of xs:string
properties
use optional
default text
facets
Kind Value Annotation
enumeration text
enumeration base16
enumeration base64
source <xs:attribute name="encoding" use="optional" default="text">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="text"/>
     
<xs:enumeration value="base16"/>
     
<xs:enumeration value="base64"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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