diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:regionDelimX ebucore:regionDelimY ebucore:width ebucore:height ebucore:orientation ebucore:aspectRatio ebucore:imageEncoding 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 |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="imageFormatType"> <xs:annotation> <xs:documentation> A set of metadata for the description of an image format. </xs:documentation> </xs:annotation> <xs:sequence> <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> To express the width of an image </xs:documentation> </xs:annotation> </xs:element> <xs:element name="height" type="ebucore:dimensionType" minOccurs="0"> <xs:annotation> <xs:documentation> To express the height of an image </xs:documentation> </xs:annotation> </xs:element> <xs:element name="orientation" minOccurs="0"> <xs:annotation> <xs:documentation> To express the orientation of the image </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:enumeration value="landscape"/> <xs:enumeration value="portrait"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="aspectRatio" type="ebucore:aspectRatioType" minOccurs="0"> <xs:annotation> <xs:documentation>A string to define e.g. the ratio of the picture (the width by the height), for instance '4:3' or '16:9' (rational).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="imageEncoding" minOccurs="0"> <xs:annotation> <xs:documentation> Used to express the encoding parameters of the resource e.g. jpg.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="ebucore:typeGroup"> <xs:annotation> <xs:documentation> A group of attributes to specify the encoding type </xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </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:attribute name="imageFormatId" type="anyURI"> <xs:annotation> <xs:documentation> To uniquely identify an image format. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="imageFormatVersionId" type="string"> <xs:annotation> <xs:documentation> To provide a version number associated with an image format. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="imageFormatName" type="string"> <xs:annotation> <xs:documentation> To provide a human readable name associated with an image format. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="imageFormatDefinition" type="string"> <xs:annotation> <xs:documentation> To provide a human readable definition of the image format. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="imagePresenceFlag" type="boolean"> <xs:annotation> <xs:documentation> A flag to presence of an image. </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:anyURI | ||
annotation |
|
||
source | <xs:attribute name="imageFormatId" type="anyURI"> <xs:annotation> <xs:documentation> To uniquely identify an image format. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="imageFormatVersionId" type="string"> <xs:annotation> <xs:documentation> To provide a version number associated with an image format. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="imageFormatName" type="string"> <xs:annotation> <xs:documentation> To provide a human readable name associated with an image format. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="imageFormatDefinition" type="string"> <xs:annotation> <xs:documentation> To provide a human readable definition of the image format. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||
annotation |
|
||
source | <xs:attribute name="imagePresenceFlag" type="boolean"> <xs:annotation> <xs:documentation> A flag to presence of an image. </xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||
type | xs:nonNegativeInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||
type | xs:nonNegativeInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||
type | ebucore:dimensionType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="width" type="ebucore:dimensionType" minOccurs="0"> <xs:annotation> <xs:documentation> To express the width of an image </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||
type | ebucore:dimensionType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="height" type="ebucore:dimensionType" minOccurs="0"> <xs:annotation> <xs:documentation> To express the height of an image </xs:documentation> </xs:annotation> </xs:element> |
diagram | ||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="orientation" minOccurs="0"> <xs:annotation> <xs:documentation> To express the orientation of the image </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="string"> <xs:enumeration value="landscape"/> <xs:enumeration value="portrait"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
type | ebucore:aspectRatioType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | ebucore:factorNumerator ebucore:factorDenominator | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="aspectRatio" type="ebucore:aspectRatioType" minOccurs="0"> <xs:annotation> <xs:documentation>A string to define e.g. the ratio of the picture (the width by the height), for instance '4:3' or '16:9' (rational).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="imageEncoding" minOccurs="0"> <xs:annotation> <xs:documentation> Used to express the encoding parameters of the resource e.g. jpg.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="ebucore:typeGroup"> <xs:annotation> <xs:documentation> A group of attributes to specify the encoding type </xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> |