complexType ValidationParameterType
diagram plmxml_diagrams/plmxml_p1462.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 ValidationParameter
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      
type  plm:UserValueDataType    string    
value  xsd:string  optional      
measure  plm:MeasureEnum  optional      
unitRef  plm:anyURIType  optional      
annotation
documentation

      A parameter for design or validation.

      Attributes:

      type:             The data type of the parameter.
      value:            The value of the parameter if appropriate.
      measure:          The physical quantity that the parameter represents if
                        appropriate.
      unitRef:          References the units of the physical quantity if
                        appropriate.
     
source <xsd:complexType name="ValidationParameterType">
 
<xsd:annotation>
   
<xsd:documentation>
      A parameter for design or validation.

      Attributes:

      type:             The data type of the parameter.
      value:            The value of the parameter if appropriate.
      measure:          The physical quantity that the parameter represents if
                        appropriate.
      unitRef:          References the units of the physical quantity if
                        appropriate.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="type" type="plm:UserValueDataType" default="string"/>
     
<xsd:attribute name="value" type="xsd:string" use="optional"/>
     
<xsd:attribute name="measure" type="plm:MeasureEnum" use="optional"/>
     
<xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ValidationParameterType/@type
type plm:UserValueDataType
properties
default string
facets
Kind Value Annotation
enumeration int
enumeration ints
enumeration real
enumeration reals
enumeration boolean
enumeration booleans
enumeration string
enumeration reference
enumeration enum
enumeration list
enumeration dateTime
source <xsd:attribute name="type" type="plm:UserValueDataType" default="string"/>

attribute ValidationParameterType/@value
type xsd:string
properties
use optional
source <xsd:attribute name="value" type="xsd:string" use="optional"/>

attribute ValidationParameterType/@measure
type plm:MeasureEnum
properties
use optional
facets
Kind Value Annotation
enumeration length
enumeration area
enumeration volume
enumeration mass
enumeration massDensity
enumeration fatigueStrengthCoefficient
enumeration time
enumeration angle
enumeration velocity
enumeration acceleration
enumeration force
enumeration forcePerUnitLength
enumeration pressure
enumeration moment
enumeration stress
enumeration strain
enumeration strainEnergy
enumeration strainEnergyDensity
enumeration temperature
enumeration heatFlux
enumeration convectionCoefficient
enumeration thermalConductivity
enumeration thermalExpansionCoefficient
enumeration specificHeat
enumeration angularVelocity
enumeration angularAcceleration
enumeration fatigueLife
enumeration heatFlowRate
enumeration thermalEnergy
enumeration massMomentOfInertia
enumeration dynamicViscosity
enumeration heatGeneration
enumeration thermalConductance
enumeration conductancePerUnitLength
enumeration thermalResistance
enumeration massFlowRate
enumeration volumeFlowRate
enumeration temperatureDifference
enumeration frequency
enumeration coefficientPerUnitLength
enumeration momentOfInertiaArea
enumeration viscousDamping
enumeration energy
enumeration power
enumeration momentum
enumeration temperatureGradient
enumeration energyPerUnitMass
enumeration dissipationRateOfEnergyPerUnitMass
enumeration massFlux
enumeration massPerUnitLength
enumeration massPerUnitArea
enumeration electricCurrent
enumeration electricalResistance
enumeration electricalResistivity
enumeration electricalConductance
enumeration voltage
enumeration voltagePerTemperature
enumeration diffusivity
enumeration latentHeatPerMass
enumeration thermalEnergyPerArea
enumeration thermalPIDGain
enumeration thermalPIDIntegralTermConstant
enumeration thermalPIDDerivativeTermConstant
enumeration headLossCoefficient
enumeration tsaiWuCoefficient
enumeration massLength
enumeration perVolume
source <xsd:attribute name="measure" type="plm:MeasureEnum" use="optional"/>

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