complexType ValueWithUnitType
diagram plmxml_diagrams/plmxml_p560.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 ValueWithUnit
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      
value  xsd:double  required      
unitRef  plm:anyURIType  optional      
annotation
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.
     
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>

attribute ValueWithUnitType/@value
type xsd:double
properties
use required
source <xsd:attribute name="value" type="xsd:double" use="required"/>

attribute ValueWithUnitType/@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