attributeGroup "coordxyz"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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
- In definitions of anonymous complexTypes of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:attributeGroup name="coordxyz"> </xs:attribute> </xs:attribute> </xs:attribute> </xs:attributeGroup> |
Attribute Detail (defined in this component only; 3/3)
coordx-
- 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
Pattern: |
\d{1,}(\.\d{1,2})?(cm|em|ex|in|mm|pc|pt|px)? |
XML Source (w/o annotations (1); see within schema source)
coordy-
- 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
Pattern: |
\d{1,}(\.\d{1,2})?(cm|em|ex|in|mm|pc|pt|px)? |
XML Source (w/o annotations (1); see within schema source)
coordz-
- 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
Pattern: |
\d{1,}(\.\d{1,2})?(cm|em|ex|in|mm|pc|pt|px)? |
XML Source (w/o annotations (1); see within schema source)