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="RangeWithUnitType"> <xsd:annotation> <xsd:documentation> This represents a numerical range with a unit, e.g. "3.1-4.2 miles", or "at least 100 litres". At least one of the limit attributes must be present. Attributes: name: (inherited from DescriptionBase) name, e.g. "mileage" lowerLimit: the lower limit upperLimit: the upper limit 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="lowerLimit" type="xsd:double" use="optional"/> <xsd:attribute name="upperLimit" type="xsd:double" use="optional"/> <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="lowerLimit" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="upperLimit" type="xsd:double" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/> |