simpleType PackageIDType
namespace urn:ebu:metadata-schema:ebuCore_2014
type restriction of xs:string
properties
base string
used by
element audioMXFLookUpType/packageUIDRef
facets
Kind Value Annotation
pattern urn:smpte:umid:([0-9a-fA-F]{8}\.){7}[0-9a-fA-F]{8}
annotation
documentation
The pattern for providing package IDs.
source <xs:simpleType name="PackageIDType">
 
<xs:annotation>
   
<xs:documentation> The pattern for providing package IDs. </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:pattern value="urn:smpte:umid:([0-9a-fA-F]{8}\.){7}[0-9a-fA-F]{8}"/>
 
</xs:restriction>
</xs:simpleType>


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