attributeGroup "objectdesc"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
desc |
= |
xs:string |
|
dimx |
= |
xs:NMTOKEN |
|
dimy |
= |
xs:NMTOKEN |
|
dimz |
= |
xs:NMTOKEN |
|
size |
= |
xs:token |
...> |
Annotation
- Label
- Object description
- Description
- Content model of “size” and “desc” attributes
and “dimxyz” attribute group.
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xs:attributeGroup name="objectdesc"><xs:attribute name="size" type="xs:token"> </xs:attribute> <xs:attributeGroup ref="dimxyz"/> <xs:attribute name="desc" type="xs:string"> </xs:attribute> </xs:attributeGroup> |
Attribute Detail (defined in this component only; 2/5)
desc-
Type: |
xs:string, predefined |
Use: |
optional |
- Label
- Description
- Description
-
- pointer
- Text for the journal digital production team who can, for example, indicate the name
of an original source image, that it is a scanned image, or any other information
related to the resource associated with the pointer.
- audio, image, video
- Text for the journal digital production team who can, for example, indicate the name
of an original source image or that it is a scanned image. In the case of audio or video data,
the description may include the length of the clip.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="desc" type="xs:string"> </xs:attribute> |
size-
Type: |
xs:token, predefined |
Use: |
optional |
- Label
- Size
- Description
- Size of a file that might be associated with an “audio”, “image”,
“pointer” or “video” element.
- Comments
- The common usage of the kilo, mega and giga prefixes in the computer world is not the same
as that defined in the international system (IS). In fact, KB means 210 bytes (i.e. 1024 bytes), MB means
220 bytes (1024 KB) and GB means 230 bytes (1,024MB or 1,048,576 bytes).
- Format
- The required format is: quantity + unit of measurement (no space between quantity and unit).
The unit normally used is kilobytes (KB). Examples: 12.3KB, 12300KB. “MB” (megabytes)
or “GB” (gigabytes) may be used.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="size" type="xs:token"> </xs:attribute> |