complexType SpecificHeatCapacityType
diagram plmxml_diagrams/plmxml_p493.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit plm:RangeWithUnit
used by
element SpecificHeatCapacity
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      
ownerRef  plm:anyURIType  optional      
type  plm:SpecificHeatCapacityEnum    constantPressure    
annotation
documentation

      This Property gives the Specific Heat Capacity of an object.
     
      Attributes:
     
      type:          constantPressure (default) or constantVolume
     
      Elements:
     
      ValueWithUnit
      RangeWithUnit  one of these sub-elements should be used to indicate the value
                     or range of the Rated Voltage.
     
source <xsd:complexType name="SpecificHeatCapacityType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property gives the Specific Heat Capacity of an object.
     
      Attributes:
     
      type:          constantPressure (default) or constantVolume
     
      Elements:
     
      ValueWithUnit
      RangeWithUnit  one of these sub-elements should be used to indicate the value
                     or range of the Rated Voltage.
     
</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:SpecificHeatCapacityEnum" default="constantPressure"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SpecificHeatCapacityType/@type
type plm:SpecificHeatCapacityEnum
properties
default constantPressure
facets
Kind Value Annotation
enumeration constantPressure
enumeration constantVolume
source <xsd:attribute name="type" type="plm:SpecificHeatCapacityEnum" default="constantPressure"/>


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