| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xsd:complexType name="ValueWithUnitType"> <xsd:annotation> <xsd:documentation> This represents a numerical value with a unit, e.g. "3.1 miles". Attributes: name: (inherited from DescriptionBase) name, e.g. "mileage" value: the value unitRef: reference to a Unit element. If this omitted, the value is unitless. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="value" type="xsd:double" use="required"/> <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| type | xsd:double | ||
| properties |
|
||
| source | <xsd:attribute name="value" type="xsd:double" use="required"/> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/> |