complexType documentFormatType
diagram gluon3_1_p781.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:wordCount ebucore:regionDelimX ebucore:regionDelimY ebucore:width ebucore:height ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri ebucore:comment
used by
element formatType/documentFormat
attributes
Name  Type  Use  Default  Fixed  Annotation
formatLabel  xs:string        
documentation
Free text to define the format of the associated element.
formatDefinition  xs:string        
documentation
Free text to provide a definition for the format.
formatLink  xs:anyURI        
documentation
A URI to link e.g. to a format in a classification scheme.
formatSource  xs:string        
documentation
To identify a source of attribution.
formatLanguage  xs:language        
documentation
To define the language in which the type information is provided.
typeLabel  xs:string        
documentation
Free text to define the type of the associated element.
typeDefinition  xs:string        
documentation
Free text to provide a definition for the type.
typeLink  xs:anyURI        
documentation
A URI to link e.g. to a type in a classification scheme.
typeSource  xs:string        
documentation
To identify a source of attribution.
typeLanguage  xs:language        
documentation
To define the language in which the type information is provided.
documentFormatId  xs:anyURI        
documentation
To uniquely identify a document format.
documentFormatVersionId  xs:string        
documentation
To provide information on the version of a document format.
documentFormatName  xs:string        
documentation
To provide a human readable name for the document format.
documentFormatDefinition  xs:string        
documentation
To provide a human readable definition for the document format.
annotation
documentation
To list the technical characteristics of a document.
source <xs:complexType name="documentFormatType">
 
<xs:annotation>
   
<xs:documentation> To list the technical characteristics of a document. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="wordCount" type="integer" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>To provide a word count for the document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="regionDelimX" type="nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The identification of a region in a document, an image or a video
is done by defining the coordinates of the bottom left corner of the region.
The region is defined from this point of reference using the width and
height properties. regionDelimX uses the same unit as width.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="regionDelimY" type="nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The identification of a region in a document, an image or a video
is done by defining the coordinates of the bottom left corner of the region.
The region is defined from this point of reference using the width and
height properties. regionDelimY uses the same unit as
height.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="width" type="ebucore:dimensionType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The width of an image, video or document.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="height" type="ebucore:dimensionType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The height of an image, video or document.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:group ref="ebucore:technicalAttributes">
     
<xs:annotation>
       
<xs:documentation> A point of extension for customisation using technical
attributes of predefined datatypes.
</xs:documentation>
     
</xs:annotation>
   
</xs:group>
   
<xs:element ref="ebucore:comment" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> To provide additional contextual information. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ebucore:formatGroup">
   
<xs:annotation>
     
<xs:documentation> A group of attributes to define the format of a document.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> A group of attributes to define a type of document format.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attribute name="documentFormatId" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> To uniquely identify a document format. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="documentFormatVersionId" type="string">
   
<xs:annotation>
     
<xs:documentation> To provide information on the version of a document format.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="documentFormatName" type="string">
   
<xs:annotation>
     
<xs:documentation> To provide a human readable name for the document format.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="documentFormatDefinition" type="string">
   
<xs:annotation>
     
<xs:documentation> To provide a human readable definition for the document format.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute documentFormatType/@documentFormatId
type xs:anyURI
annotation
documentation
To uniquely identify a document format.
source <xs:attribute name="documentFormatId" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> To uniquely identify a document format. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute documentFormatType/@documentFormatVersionId
type xs:string
annotation
documentation
To provide information on the version of a document format.
source <xs:attribute name="documentFormatVersionId" type="string">
 
<xs:annotation>
   
<xs:documentation> To provide information on the version of a document format.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute documentFormatType/@documentFormatName
type xs:string
annotation
documentation
To provide a human readable name for the document format.
source <xs:attribute name="documentFormatName" type="string">
 
<xs:annotation>
   
<xs:documentation> To provide a human readable name for the document format.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute documentFormatType/@documentFormatDefinition
type xs:string
annotation
documentation
To provide a human readable definition for the document format.
source <xs:attribute name="documentFormatDefinition" type="string">
 
<xs:annotation>
   
<xs:documentation> To provide a human readable definition for the document format.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element documentFormatType/wordCount
diagram gluon3_1_p782.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:integer
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
To provide a word count for the document
source <xs:element name="wordCount" type="integer" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>To provide a word count for the document</xs:documentation>
 
</xs:annotation>
</xs:element>

element documentFormatType/regionDelimX
diagram gluon3_1_p783.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The identification of a region in a document, an image or a video
is done by defining the coordinates of the bottom left corner of the region.
The region is defined from this point of reference using the width and
height properties. regionDelimX uses the same unit as width.
source <xs:element name="regionDelimX" type="nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identification of a region in a document, an image or a video
is done by defining the coordinates of the bottom left corner of the region.
The region is defined from this point of reference using the width and
height properties. regionDelimX uses the same unit as width.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element documentFormatType/regionDelimY
diagram gluon3_1_p784.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The identification of a region in a document, an image or a video
is done by defining the coordinates of the bottom left corner of the region.
The region is defined from this point of reference using the width and
height properties. regionDelimY uses the same unit as
height.
source <xs:element name="regionDelimY" type="nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identification of a region in a document, an image or a video
is done by defining the coordinates of the bottom left corner of the region.
The region is defined from this point of reference using the width and
height properties. regionDelimY uses the same unit as
height.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element documentFormatType/width
diagram gluon3_1_p785.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:dimensionType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  xs:string        
documentation
An attribute to specify the unit in which the width is
expressed.
annotation
documentation
The width of an image, video or document.
source <xs:element name="width" type="ebucore:dimensionType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The width of an image, video or document.</xs:documentation>
 
</xs:annotation>
</xs:element>

element documentFormatType/height
diagram gluon3_1_p786.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:dimensionType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  xs:string        
documentation
An attribute to specify the unit in which the width is
expressed.
annotation
documentation
The height of an image, video or document.
source <xs:element name="height" type="ebucore:dimensionType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The height of an image, video or document.</xs:documentation>
 
</xs:annotation>
</xs:element>


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