attributeGroup "dimxyz"
Namespace:
Content:
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    dimx
 = 
xs:NMTOKEN
    dimy
 = 
xs:NMTOKEN
    dimz
 = 
xs:NMTOKEN
...>
Annotation
Label
Dimension of axes x, y and z
Description
Content model of “dimx”, “dimy” and “dimz” attributes.
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xs:attributeGroup name="dimxyz">
<xs:attribute name="dimx" type="coorddimtype">
</xs:attribute>
<xs:attribute name="dimy" type="coorddimtype">
</xs:attribute>
<xs:attribute name="dimz" type="coorddimtype">
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 3/3)
dimx
Type:
Use:
optional
Label
Horizontal dimension
Description
pointer
If the resource associated with the pointer is an image, its width;, generally in pixels (if only the number is given, pixels is assumed).
audio, image, page, segment, video
The width of the image, generally in pixels (if only the number is given, pixels is assumed).
Comments
XHTML makes no provision for dimensions other than in pixels (or in % of the available space in the display window), but the SVG specification does.
Format
Measure of length as per SVG 1.1 specification. Number, possibly followed by two letters indicating the unit of length (e.g. 300pt for 300 points). Does not apply to audio elements even though the attribute is permitted.
References
Measure of length (SVG 1.1) http://www.w3.org/TR/SVG/types.html#DataTypeLength
Attribute Value
xs:NMTOKEN
Pattern:
\d{1,}(\.\d{1,2})?(cm|em|ex|in|mm|pc|pt|px)?
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dimx" type="coorddimtype">
</xs:attribute>

dimy
Type:
Use:
optional
Label
Vertical dimension
Description
pointer
If the resource associated with the pointer is an image, its height, generally in pixels (if only the number is given, pixels is assumed).
audio, image, page, segment, video
The height of the image, generally in pixels (if only the number is given, pixels is assumed).
Comments
XHTML makes no provision for dimensions other than in pixels (or in % of the available space in the display window), but the SVG specification does.
Format
Measure of length as per SVG 1.1 specification. Number, possibly followed by two letters indicating the unit of length (e.g. 300pt for 300 points). Does not apply to audio element even though the attribute is permitted.
References
Mesure of length (SVG 1.1) http://www.w3.org/TR/SVG/types.html#DataTypeLength
Attribute Value
xs:NMTOKEN
Pattern:
\d{1,}(\.\d{1,2})?(cm|em|ex|in|mm|pc|pt|px)?
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dimy" type="coorddimtype">
</xs:attribute>

dimz
Type:
Use:
optional
Label
Perpendicular dimension
Description
pointer
If the resource associated with the pointer is an image, its depth, generally in pixels (if only the number is given, pixels is assumed).
audio, image, page, segment, video
The depth of the object, generally in pixels (if only the number is given, pixels is assumed).
Comments
XHTML makes no provision for dimensions other than in pixels (or in % of the available space in the display window), but the SVG specification does.
Format
Measure of length as per SVG 1.1 specification. Number, possibly followed by two letters indicating the unit of length (e.g. 300pt for 300 points). Does not apply to audio element even though the attribute is permitted.
References
Measure of length (SVG 1.1) http://www.w3.org/TR/SVG/types.html#DataTypeLength
Attribute Value
xs:NMTOKEN
Pattern:
\d{1,}(\.\d{1,2})?(cm|em|ex|in|mm|pc|pt|px)?
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dimz" type="coorddimtype">
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set