diagram | |||||||||||||||||||||||||||||||
namespace | urn:tva:mpeg7:2005 | ||||||||||||||||||||||||||||||
type | extension of xs:string | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
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> |
type | xs:NMTOKEN | ||||
properties |
|
||||
source | <xs:attribute name="type" type="NMTOKEN" use="optional" default="URI"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="organization" type="NMTOKEN" use="optional"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="authority" type="NMTOKEN" use="optional"/> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
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> |