complexType UnitType
diagram plmxml_diagrams/plmxml_p541.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Metre plm:Kilogram plm:Second plm:Ampere plm:Mole plm:Candela plm:Kelvin plm:GeneralUnit
used by
element Unit
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      
annotation
documentation

      Unit - a unit of measurement, e.g. gallons, or kilogram/metre**2.

      This defines the unit as a combination of powers of other units.
      The standard SI units are represented explicitly, other units are
      given by a named element.

      Elements:

      Metre:         a UnitComponent element giving the length exponent.
      ...etc...
     
      GeneralUnit:   powers of specified units.
     
source <xsd:complexType name="UnitType">
 
<xsd:annotation>
   
<xsd:documentation>
      Unit - a unit of measurement, e.g. gallons, or kilogram/metre**2.

      This defines the unit as a combination of powers of other units.
      The standard SI units are represented explicitly, other units are
      given by a named element.

      Elements:

      Metre:         a UnitComponent element giving the length exponent.
      ...etc...
     
      GeneralUnit:   powers of specified units.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice maxOccurs="unbounded">
       
<xsd:element name="Metre" type="plm:UnitComponentType"/>
       
<xsd:element name="Kilogram" type="plm:UnitComponentType"/>
       
<xsd:element name="Second" type="plm:UnitComponentType"/>
       
<xsd:element name="Ampere" type="plm:UnitComponentType"/>
       
<xsd:element name="Mole" type="plm:UnitComponentType"/>
       
<xsd:element name="Candela" type="plm:UnitComponentType"/>
       
<xsd:element name="Kelvin" type="plm:UnitComponentType"/>
       
<xsd:element name="GeneralUnit" type="plm:GeneralUnitComponentType"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UnitType/Metre
diagram plmxml_diagrams/plmxml_p542.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Metre" type="plm:UnitComponentType"/>

element UnitType/Kilogram
diagram plmxml_diagrams/plmxml_p543.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Kilogram" type="plm:UnitComponentType"/>

element UnitType/Second
diagram plmxml_diagrams/plmxml_p544.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Second" type="plm:UnitComponentType"/>

element UnitType/Ampere
diagram plmxml_diagrams/plmxml_p545.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Ampere" type="plm:UnitComponentType"/>

element UnitType/Mole
diagram plmxml_diagrams/plmxml_p546.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Mole" type="plm:UnitComponentType"/>

element UnitType/Candela
diagram plmxml_diagrams/plmxml_p547.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Candela" type="plm:UnitComponentType"/>

element UnitType/Kelvin
diagram plmxml_diagrams/plmxml_p548.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
source <xsd:element name="Kelvin" type="plm:UnitComponentType"/>

element UnitType/GeneralUnit
diagram plmxml_diagrams/plmxml_p549.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:GeneralUnitComponentType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
exponent  xsd:double    1    
prefix  plm:UnitPrefixType  optional      
nameRef  plm:anyURIType  optional      
source <xsd:element name="GeneralUnit" type="plm:GeneralUnitComponentType"/>


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