diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit plm:RangeWithUnit | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TemperatureType"> <xsd:annotation> <xsd:documentation> This Property gives the Temperature (operating or storage) of an element. Attributes: type: "operating" or "storage" Elements: ValueWithUnit RangeWithUnit one of these sub-elements should be used to indicate the value or range of the temperature. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PropertyBase"> <xsd:choice> <xsd:element ref="plm:ValueWithUnit"/> <xsd:element ref="plm:RangeWithUnit"/> </xsd:choice> <xsd:attribute name="type" type="plm:TemperatureEnum" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:TemperatureEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="type" type="plm:TemperatureEnum" use="required"/> |