diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="unitsOfMeasureElementType"> <xsd:annotation> <xsd:documentation>Defines units of measure used.</xsd:documentation> </xsd:annotation> <xsd:attribute name="distance" type="distanceTypes" use="required"> <xsd:annotation> <xsd:documentation>Straight-line distance, default units are meters.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="angle" use="required" fixed="degrees"> <xsd:annotation> <xsd:documentation>Angular measure, default units are degrees.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="mass" use="required" fixed="kilograms"> <xsd:annotation> <xsd:documentation>Mass values, default units are kilograms.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="time" use="required" fixed="seconds"> <xsd:annotation> <xsd:documentation>Time values, default units are seconds.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | distanceTypes | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="distance" type="distanceTypes" use="required"> <xsd:annotation> <xsd:documentation>Straight-line distance, default units are meters.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="angle" use="required" fixed="degrees"> <xsd:annotation> <xsd:documentation>Angular measure, default units are degrees.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="mass" use="required" fixed="kilograms"> <xsd:annotation> <xsd:documentation>Mass values, default units are kilograms.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="time" use="required" fixed="seconds"> <xsd:annotation> <xsd:documentation>Time values, default units are seconds.</xsd:documentation> </xsd:annotation> </xsd:attribute> |