diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="GeneralUnitComponentType"> <xsd:annotation> <xsd:documentation> Component of a unit of measurement, other than a standard SI unit. The name of the unit can be any string, to allow for the numerous units in use. However the following strings should be used for the corresponding common units: SI units (other than those given explicitly in the Unit element): "gram", "hertz", "newton", "pascal", "joule", "watt", "coulomb", "volt", "farad", "ohm", "siemens", "weber", "tesla", "henry", "degreeCelsius", "lumen", "lux", "becquerel", "gray", "sievert". "are", "hectare", "litre" (note European spelling). Common non-SI units: "minute", "hour", "day". "inch", "foot", "yard", "mile", "nautical mile". "acre". "pint", "quart", "gallon", "imperial pint", "imperial quart", "imperial gallon". "ounce", "pound". Attributes: name: name of unit, e.g. "inch" prefix: multiplier prefix, e.g. "kilo", "micro" exponent: power to which unit is raised, e.g. cm**-2 nameRef: References a multiple language version of name. If multiple language support is required, nameRef should be used in addition to name. </xsd:documentation> </xsd:annotation> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="exponent" type="xsd:double" default="1"/> <xsd:attribute name="prefix" type="plm:UnitPrefixType" use="optional"/> <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="name" type="xsd:string" use="required"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="exponent" type="xsd:double" default="1"/> |
type | plm:UnitPrefixType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="prefix" type="plm:UnitPrefixType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |