complexType RangeWithUnitType
diagram plmxml_diagrams/plmxml_p470.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element RangeWithUnit
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
lowerLimit  xsd:double  optional      
upperLimit  xsd:double  optional      
unitRef  plm:anyURIType  optional      
annotation
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.
     
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>

attribute RangeWithUnitType/@lowerLimit
type xsd:double
properties
use optional
source <xsd:attribute name="lowerLimit" type="xsd:double" use="optional"/>

attribute RangeWithUnitType/@upperLimit
type xsd:double
properties
use optional
source <xsd:attribute name="upperLimit" type="xsd:double" use="optional"/>

attribute RangeWithUnitType/@unitRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy