diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
type |
extension of plm:AttribOwnerBase |
properties |
|
children |
plm:Description plm:ApplicationRef plm:Attribute plm:Metre plm:Kilogram plm:Second plm:Ampere plm:Mole plm:Candela plm:Kelvin plm:GeneralUnit |
used by |
|
attributes |
|
annotation |
documentation |
Unit - a unit of measurement, e.g. gallons, or kilogram/metre**2.
This defines the unit as a combination of powers of other units.
The standard SI units are represented explicitly, other units are
given by a named element.
Elements:
Metre: a UnitComponent element giving the length exponent.
...etc...
GeneralUnit: powers of specified units.
|
|
source |
<xsd:complexType name="UnitType">
<xsd:annotation>
<xsd:documentation>
Unit - a unit of measurement, e.g. gallons, or kilogram/metre**2.
This defines the unit as a combination of powers of other units.
The standard SI units are represented explicitly, other units are
given by a named element.
Elements:
Metre: a UnitComponent element giving the length exponent.
...etc...
GeneralUnit: powers of specified units.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="plm:AttribOwnerBase">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="Metre" type="plm:UnitComponentType"/>
<xsd:element name="Kilogram" type="plm:UnitComponentType"/>
<xsd:element name="Second" type="plm:UnitComponentType"/>
<xsd:element name="Ampere" type="plm:UnitComponentType"/>
<xsd:element name="Mole" type="plm:UnitComponentType"/>
<xsd:element name="Candela" type="plm:UnitComponentType"/>
<xsd:element name="Kelvin" type="plm:UnitComponentType"/>
<xsd:element name="GeneralUnit" type="plm:GeneralUnitComponentType"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |