attributeGroup "coordxyz"
Namespace:
Content:
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    coordx
 = 
xs:NMTOKEN
    coordy
 = 
xs:NMTOKEN
    coordz
 = 
xs:NMTOKEN
...>
Annotation
Label
Coordinate of axes x, y and z
Description
Content model of “coordx”, “coordy” and “coordz ” attributes.
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xs:attributeGroup name="coordxyz">
<xs:attribute name="coordx" type="coorddimtype">
</xs:attribute>
<xs:attribute name="coordy" type="coorddimtype">
</xs:attribute>
<xs:attribute name="coordz" type="coorddimtype">
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 3/3)
coordx
Type:
Use:
optional
Label
Coordinate of x-axis
Description
Coordinate, generally of the horizontal axis, of a two-dimensional segment (left higher corner). In the case of three-dimensional coordinates, the three axes (x, y, z) are linear and mutually perpendicular.
Format
Measure of length of specification SVG 1.1. Digit, possibly followed by two letters indicating the unit of the coordinate (e.g. 300pt for 300 points).
References
Length measurement (SVG 1.1) http://www.w3.org/TR/SVG/types.html#DataTypeCoordinate
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="coordx" type="coorddimtype">
</xs:attribute>

coordy
Type:
Use:
optional
Label
Coordinate of y-axis
Description
Coordinate, generally of the vertical axis, of a two-dimensional segment (left higher corner). In the case of three-dimensional coordinates, the three axes (x, y, z) are linear and mutually perpendicular.
Format
Measure of length of specification SVG 1.1. Digit, possibly followed by two letters indicating the unit of the coordinate (e.g. 300pt for 300 points).
References
Length measurement (SVG 1.1) http://www.w3.org/TR/SVG/types.html#DataTypeCoordinate
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="coordy" type="coorddimtype">
</xs:attribute>

coordz
Type:
Use:
optional
Label
Coordinate of z-axis
Description
Coordinate, generally of the third axis, of a three-dimensional segment. In the case of three-dimensional coordinates, the three axes (x, y, z) are linear and mutually perpendicular.
Format
Measure of length of specification SVG 1.1. Digit, possibly followed by two letters indicating the unit of the coordinate (e.g. 300pt for 300 points).
References
Length measurement (SVG 1.1) http://www.w3.org/TR/SVG/types.html#DataTypeCoordinate
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="coordz" type="coorddimtype">
</xs:attribute>

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