Documentation for XPSLMain_1_4

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema elementFormDefault="qualified" id="xpsl_valuetypes">
<xs:include schemaLocation="XPSLGlobals_1_4.xsd"/>
...
</xs:schema>
top

Global Declarations

Attribute: unitConversionName

Name unitConversionName
Type anySimpleType
Documentation The unitConversionName attribute is required to be in every concrete ValueType type (PressureValueType). The unitConversionName must match the name of a unitConversion element in the sytemOfUnits complex type. Applications should use this name plus the specified systemOfUnits to define the conversion applied to this data element. The unitConversionName value should be defined using the fixed option. For example, for the PressureValueType which uses the pressure unit conversion, unitConversionName should be declared in the xpsl schema with fixed="pressure". Giving this a fixed value prevents a user from overriding this with some other value. The unitConversionName attribute is set as part of the xpsl schema and may never be changed by users.
XML Instance Representation
unitConversionName="anySimpleType"
Diagram
Schema Component Representation
<xs:attribute name="unitConversionName"/>
top

Global Definitions

Complex Type: AngularVelocityValueType

Super-types: BaseValueType < AngularVelocityValueType (by extension)
Sub-types: None
Name AngularVelocityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="angularVelocity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="AngularVelocityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="angularVelocity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ApiGravityValueType

Super-types: BaseValueType < ApiGravityValueType (by extension)
Sub-types: None
Name ApiGravityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="apiGravity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ApiGravityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="apiGravity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: AreaValueType

Super-types: BaseValueType < AreaValueType (by extension)
Sub-types: None
Name AreaValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="area [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="AreaValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="area"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: BarometricPressureValueType

Super-types: BaseValueType < BarometricPressureValueType (by extension)
Sub-types: None
Name BarometricPressureValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="barometricPressure [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="BarometricPressureValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="barometricPressure"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: BaseValueType

Super-types: None
Sub-types:
Name BaseValueType
Abstract yes
Documentation The BaseValueType is an abstract type that must be extended with the addition of a unitName attribute. The unitName attribute is used to identify the name of one of the units in the systemOfUnits complex type.
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?">
<!-- Mixed content -->
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="BaseValueType" abstract="true" mixed="true">
<xs:all>
<xs:element name="error" type=" xs:double " minOccurs="0"/>
<xs:element name="dataQuality" minOccurs="0">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value="Known"/>
<xs:enumeration value="Unknown"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="source" minOccurs="0">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value="Scada"/>
<xs:enumeration value="ManualEntry"/>
<xs:enumeration value="Simulation"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="extension" type=" ExtensionType " minOccurs="0"/>
<xs:element name="comment" type=" CommentType " nillable="true" minOccurs="0"/>
</xs:all>
<xs:attribute name="systemOfUnits" type=" xs:token "/>
<xs:attribute name="label" type=" xs:token "/>
</xs:complexType>
top

Complex Type: BulkModulusValueType

Super-types: BaseValueType < BulkModulusValueType (by extension)
Sub-types: None
Name BulkModulusValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="bulkModulus [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="BulkModulusValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="bulkModulus"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ChamberVolumeValueType

Super-types: BaseValueType < ChamberVolumeValueType (by extension)
Sub-types: None
Name ChamberVolumeValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="chamberVolume [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ChamberVolumeValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="chamberVolume"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CostPerMassValueType

Super-types: BaseValueType < CostPerMassValueType (by extension)
Sub-types: None
Name CostPerMassValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="costPerMass [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="CostPerMassValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="costPerMass"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CostPerTimeType

Super-types: BaseValueType < CostPerTimeType (by extension)
Sub-types: None
Name CostPerTimeType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="costPerTime [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="CostPerTimeType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="costPerTime"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CostPerVolumeType

Super-types: BaseValueType < CostPerVolumeType (by extension)
Sub-types: None
Name CostPerVolumeType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="costPerVolume [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="CostPerVolumeType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="costPerVolume"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CostValueType

Super-types: BaseValueType < CostValueType (by extension)
Sub-types: None
Name CostValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="cost [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="CostValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="cost"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DaysValueType

Super-types: BaseValueType < DaysValueType (by extension)
Sub-types: None
Name DaysValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="days [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DaysValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="days"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DensityValueType

Super-types: BaseValueType < DensityValueType (by extension)
Sub-types: None
Name DensityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="density [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DensityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="density"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DiameterValueType

Super-types: BaseValueType < DiameterValueType (by extension)
Sub-types: None
Name DiameterValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="diameter [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DiameterValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="diameter"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DifferentialPressureValueType

Super-types: BaseValueType < DifferentialPressureValueType (by extension)
Sub-types: None
Name DifferentialPressureValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="differentialPressure [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DifferentialPressureValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="differentialPressure"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DifferentialTemperatureValueType

Super-types: BaseValueType < DifferentialTemperatureValueType (by extension)
Sub-types: None
Name DifferentialTemperatureValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="differentialTemperature [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DifferentialTemperatureValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="differentialTemperature"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DraConcentrationValueType

Super-types: BaseValueType < DraConcentrationValueType (by extension)
Sub-types: None
Name DraConcentrationValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="draConcentration [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DraConcentrationValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="draConcentration"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DynamicViscosityValueType

Super-types: BaseValueType < DynamicViscosityValueType (by extension)
Sub-types: None
Name DynamicViscosityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="dynamicViscosity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="DynamicViscosityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="dynamicViscosity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EfficiencyValueType

Super-types: BaseValueType < EfficiencyValueType (by extension)
Sub-types: None
Name EfficiencyValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="efficiency [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="EfficiencyValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="efficiency"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ElapsedTimeValueType

Super-types: BaseValueType < ElapsedTimeValueType (by extension)
Sub-types: None
Name ElapsedTimeValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="elapsedTime [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ElapsedTimeValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="elapsedTime"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ElevationValueType

Super-types: BaseValueType < ElevationValueType (by extension)
Sub-types: None
Name ElevationValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="elevation [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ElevationValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="elevation"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnergyFlowValueType

Super-types: BaseValueType < EnergyFlowValueType (by extension)
Sub-types: None
Name EnergyFlowValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="enegyFlow [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="EnergyFlowValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="enegyFlow"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnergyValueType

Super-types: BaseValueType < EnergyValueType (by extension)
Sub-types: None
Name EnergyValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="enegy [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="EnergyValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="enegy"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: FlowValueType

Super-types: BaseValueType < FlowValueType (by extension)
Sub-types: None
Name FlowValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="flow [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="FlowValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="flow"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: FluidLevelValueType

Super-types: BaseValueType < FluidLevelValueType (by extension)
Sub-types: None
Name FluidLevelValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="fluidLevel [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="FluidLevelValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="fluidLevel"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: FractionValueType

Super-types: BaseValueType < FractionValueType (by extension)
Sub-types: None
Name FractionValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="fraction [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="FractionValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="fraction"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HeadGradientValueType

Super-types: BaseValueType < HeadGradientValueType (by extension)
Sub-types: None
Name HeadGradientValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="headGradient [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HeadGradientValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="headGradient"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HeadValueType

Super-types: BaseValueType < HeadValueType (by extension)
Sub-types: None
Name HeadValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="head [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HeadValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="head"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HeatingValuePerMassValueType

Super-types: BaseValueType < HeatingValuePerMassValueType (by extension)
Sub-types: None
Name HeatingValuePerMassValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="heatingValuePerMass [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HeatingValuePerMassValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="heatingValuePerMass"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HeatingValueValueType

Super-types: BaseValueType < HeatingValueValueType (by extension)
Sub-types: None
Name HeatingValueValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="heatingValue [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HeatingValueValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="heatingValue"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HeatRateValueType

Super-types: BaseValueType < HeatRateValueType (by extension)
Sub-types: None
Name HeatRateValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="heatRate [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HeatRateValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="heatRate"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HeatTransferCoefficientValueType

Super-types: BaseValueType < HeatTransferCoefficientValueType (by extension)
Sub-types: None
Name HeatTransferCoefficientValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="heatTransferCoefficient [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HeatTransferCoefficientValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="heatTransferCoefficient"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HoursValueType

Super-types: BaseValueType < HoursValueType (by extension)
Sub-types: None
Name HoursValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="hours [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HoursValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="hours"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: HydraulicResistenceValueType

Super-types: BaseValueType < HydraulicResistenceValueType (by extension)
Sub-types: None
Name HydraulicResistenceValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="hydraulicResistence [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="HydraulicResistenceValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="hydraulicResistence"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: InverseTemperatureValueType

Super-types: BaseValueType < InverseTemperatureValueType (by extension)
Sub-types: None
Name InverseTemperatureValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="inverseTemperature [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="InverseTemperatureValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="inverseTemperature"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IsentropicEfficiencyValueType

Super-types: BaseValueType < IsentropicEfficiencyValueType (by extension)
Sub-types: None
Name IsentropicEfficiencyValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="isentropicEfficiency [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="IsentropicEfficiencyValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="isentropicEfficiency"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: KinematicViscosityValueType

Super-types: BaseValueType < KinematicViscosityValueType (by extension)
Sub-types: None
Name KinematicViscosityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="kinematicViscosity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="KinematicViscosityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="kinematicViscosity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: LengthValueType

Super-types: BaseValueType < LengthValueType (by extension)
Sub-types: None
Name LengthValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="length [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="LengthValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="length"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: LinePackValueType

Super-types: BaseValueType < LinePackValueType (by extension)
Sub-types: None
Name LinePackValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="linePack [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="LinePackValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="linePack"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MassFlowValueType

Super-types: BaseValueType < MassFlowValueType (by extension)
Sub-types: None
Name MassFlowValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="massFlow [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MassFlowValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="massFlow"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MassPackRatePerLengthValueType

Super-types: BaseValueType < MassPackRatePerLengthValueType (by extension)
Sub-types: None
Name MassPackRatePerLengthValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="massPackRatePerLength [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MassPackRatePerLengthValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="massPackRatePerLength"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MassPackRateValueType

Super-types: BaseValueType < MassPackRateValueType (by extension)
Sub-types: None
Name MassPackRateValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="massPackRate [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MassPackRateValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="massPackRate"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MassValueType

Super-types: BaseValueType < MassValueType (by extension)
Sub-types: None
Name MassValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="mass [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MassValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="mass"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MilepostValueType

Super-types: BaseValueType < MilepostValueType (by extension)
Sub-types: None
Name MilepostValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="milepost [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MilepostValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="milepost"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MinutesValueType

Super-types: BaseValueType < MinutesValueType (by extension)
Sub-types: None
Name MinutesValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="minutes [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MinutesValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="minutes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MolecularWeightValueType

Super-types: BaseValueType < MolecularWeightValueType (by extension)
Sub-types: None
Name MolecularWeightValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="molecularWeight [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MolecularWeightValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="molecularWeight"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MoleFractionValueType

Super-types: BaseValueType < MoleFractionValueType (by extension)
Sub-types: None
Name MoleFractionValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="moleFraction [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MoleFractionValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="moleFraction"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MolesValueType

Super-types: BaseValueType < MolesValueType (by extension)
Sub-types: None
Name MolesValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="moles [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="MolesValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="moles"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: NondimensionalFlowValueType

Super-types: BaseValueType < NondimensionalFlowValueType (by extension)
Sub-types: None
Name NondimensionalFlowValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="nondimensionalFlow [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="NondimensionalFlowValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="nondimensionalFlow"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: NondimensionalHeadValueType

Super-types: BaseValueType < NondimensionalHeadValueType (by extension)
Sub-types: None
Name NondimensionalHeadValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="nondimensionalHead [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="NondimensionalHeadValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="nondimensionalHead"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: PackRatePerLengthValueType

Super-types: BaseValueType < PackRatePerLengthValueType (by extension)
Sub-types: None
Name PackRatePerLengthValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="packRatePerLength [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PackRatePerLengthValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="packRatePerLength"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: PackRateValueType

Super-types: BaseValueType < PackRateValueType (by extension)
Sub-types: None
Name PackRateValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="packRate [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PackRateValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="packRate"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: PipeLengthValueType

Super-types: BaseValueType < PipeLengthValueType (by extension)
Sub-types: None
Name PipeLengthValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="length [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PipeLengthValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="length"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: PipeRoughnessValueType

Super-types: BaseValueType < PipeRoughnessValueType (by extension)
Sub-types: None
Name PipeRoughnessValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="pipeRoughness [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PipeRoughnessValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="pipeRoughness"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: PowerValueType

Super-types: BaseValueType < PowerValueType (by extension)
Sub-types: None
Name PowerValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="power [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PowerValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="power"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: PressureValueType

Super-types: BaseValueType < PressureValueType (by extension)
Sub-types: None
Name PressureValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="pressure [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PressureValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="pressure"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: RateOfRotationValueType

Super-types: BaseValueType < RateOfRotationValueType (by extension)
Sub-types: None
Name RateOfRotationValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="rateOfRotation [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="RateOfRotationValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="rateOfRotation"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: RatioValueType

Super-types: BaseValueType < RatioValueType (by extension)
Sub-types: None
Name RatioValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="ratio [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="RatioValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="ratio"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SecondsValueType

Super-types: BaseValueType < SecondsValueType (by extension)
Sub-types: None
Name SecondsValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="seconds [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="SecondsValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="seconds"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SpecificEnthalpyType

Super-types: BaseValueType < SpecificEnthalpyType (by extension)
Sub-types: None
Name SpecificEnthalpyType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="specificEnthalpy [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="SpecificEnthalpyType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="specificEnthalpy"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SpecificGravityValueType

Super-types: BaseValueType < SpecificGravityValueType (by extension)
Sub-types: None
Name SpecificGravityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="specificGravity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="SpecificGravityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="specificGravity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SpecificHeatCapacityPerMassValueType

Super-types: BaseValueType < SpecificHeatCapacityPerMassValueType (by extension)
Sub-types: None
Name SpecificHeatCapacityPerMassValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="specificHeatCapacityPerMass [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="SpecificHeatCapacityPerMassValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="specificHeatCapacityPerMass"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SpecificHeatCapacityPerMoleValueType

Super-types: BaseValueType < SpecificHeatCapacityPerMoleValueType (by extension)
Sub-types: None
Name SpecificHeatCapacityPerMoleValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="specificHeatCapacityPerMole [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="SpecificHeatCapacityPerMoleValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="specificHeatCapacityPerMole"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TemperatureValueType

Super-types: BaseValueType < TemperatureValueType (by extension)
Sub-types: None
Name TemperatureValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="temperature [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="TemperatureValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="temperature"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TensileStrengthValueType

Super-types: BaseValueType < TensileStrengthValueType (by extension)
Sub-types: None
Name TensileStrengthValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="tensileStrength [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="TensileStrengthValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="tensileStrength"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThermalConductivityValueType

Super-types: BaseValueType < ThermalConductivityValueType (by extension)
Sub-types: None
Name ThermalConductivityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="thermalConductivity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalConductivityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="thermalConductivity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThermalEfficiencyValueType

Super-types: BaseValueType < ThermalEfficiencyValueType (by extension)
Sub-types: None
Name ThermalEfficiencyValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="thermalEfficiency [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalEfficiencyValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="thermalEfficiency"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThermalExpansionCoefficientValueType

Super-types: BaseValueType < ThermalExpansionCoefficientValueType (by extension)
Sub-types: None
Name ThermalExpansionCoefficientValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="thermalExpansion [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalExpansionCoefficientValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="thermalExpansion"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThermalFlowPerLengthValueType

Super-types: BaseValueType < ThermalFlowPerLengthValueType (by extension)
Sub-types: None
Name ThermalFlowPerLengthValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="thermalFlowPerLength [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalFlowPerLengthValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="thermalFlowPerLength"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThermalFlowPerVolumeValueType

Super-types: BaseValueType < ThermalFlowPerVolumeValueType (by extension)
Sub-types: None
Name ThermalFlowPerVolumeValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="thermalFlowPerVolume [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalFlowPerVolumeValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="thermalFlowPerVolume"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThermalFlowValueType

Super-types: BaseValueType < ThermalFlowValueType (by extension)
Sub-types: None
Name ThermalFlowValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="thermalFlow [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalFlowValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="thermalFlow"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ThicknessValueType

Super-types: BaseValueType < ThicknessValueType (by extension)
Sub-types: None
Name ThicknessValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="wallThickness [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThicknessValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="wallThickness"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TorqueValueType

Super-types: BaseValueType < TorqueValueType (by extension)
Sub-types: None
Name TorqueValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="torque [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="TorqueValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="torque"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UnityValueType

Super-types: BaseValueType < UnityValueType (by extension)
Sub-types: None
Name UnityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="unity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="UnityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="unity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ValveCgValueType

Super-types: BaseValueType < ValveCgValueType (by extension)
Sub-types: None
Name ValveCgValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="valveCg [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ValveCgValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="valveCg"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ValveCvValueType

Super-types: BaseValueType < ValveCvValueType (by extension)
Sub-types: None
Name ValveCvValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="valveCv [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ValveCvValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="valveCv"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ValveTransitTimeValueType

Super-types: BaseValueType < ValveTransitTimeValueType (by extension)
Sub-types: None
Name ValveTransitTimeValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="valveTransitTime [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ValveTransitTimeValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="valveTransitTime"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: VelocityValueType

Super-types: BaseValueType < VelocityValueType (by extension)
Sub-types: None
Name VelocityValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="velocity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="VelocityValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="velocity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: VolumetricEfficiencyValueType

Super-types: BaseValueType < VolumetricEfficiencyValueType (by extension)
Sub-types: None
Name VolumetricEfficiencyValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="unity [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="VolumetricEfficiencyValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="unity"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: VolumeValueType

Super-types: BaseValueType < VolumeValueType (by extension)
Sub-types: None
Name VolumeValueType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1] ?"
label=" xs:token [0..1] ?"
unitConversionName="volume [0..1]">
Start All [1]
<error> xs:double </error> [0..1]
<dataQuality> xs:token (value comes from list: {'Known'|'Unknown'}) </dataQuality> [0..1]
<source> xs:token (value comes from list: {'Scada'|'ManualEntry'|'Simulation'}) </source> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="VolumeValueType">
<xs:complexContent>
<xs:extension base=" BaseValueType ">
<xs:attribute ref=" unitConversionName " fixed="volume"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string << pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top