Table of Contents
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
This schema includes components from the following schema document(s):
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 >
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.
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
AngularVelocityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ApiGravityValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ApiGravityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< AreaValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
AreaValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
BarometricPressureValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
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 >
Super-types:
BaseValueType
< BulkModulusValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
BulkModulusValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ChamberVolumeValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ChamberVolumeValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< CostPerMassValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CostPerMassValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< CostPerTimeType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CostPerTimeType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< CostPerVolumeType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CostPerVolumeType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< CostValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CostValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< DaysValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DaysValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< DensityValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DensityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< DiameterValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DiameterValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DifferentialPressureValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DifferentialTemperatureValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DraConcentrationValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
DynamicViscosityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< EfficiencyValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
EfficiencyValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ElapsedTimeValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ElapsedTimeValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ElevationValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ElevationValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< EnergyFlowValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
EnergyFlowValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< EnergyValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
EnergyValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< FlowValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
FlowValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< FluidLevelValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
FluidLevelValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< FractionValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
FractionValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< HeadGradientValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeadGradientValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< HeadValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeadValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeatingValuePerMassValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< HeatingValueValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeatingValueValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< HeatRateValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeatRateValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeatTransferCoefficientValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< HoursValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HoursValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HydraulicResistenceValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
InverseTemperatureValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
IsentropicEfficiencyValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
KinematicViscosityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< LengthValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
LengthValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< LinePackValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
LinePackValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MassFlowValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MassFlowValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MassPackRatePerLengthValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MassPackRateValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MassPackRateValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MassValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MassValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MilepostValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MilepostValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MinutesValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MinutesValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MolecularWeightValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MoleFractionValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MoleFractionValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< MolesValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
MolesValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
NondimensionalFlowValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
NondimensionalHeadValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PackRatePerLengthValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< PackRateValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PackRateValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< PipeLengthValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PipeLengthValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< PipeRoughnessValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PipeRoughnessValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< PowerValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PowerValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< PressureValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PressureValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
RateOfRotationValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< RatioValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
RatioValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< SecondsValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
SecondsValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< SpecificEnthalpyType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
SpecificEnthalpyType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
SpecificGravityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
SpecificHeatCapacityPerMassValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
SpecificHeatCapacityPerMoleValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< TemperatureValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
TemperatureValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
TensileStrengthValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalConductivityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalEfficiencyValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalExpansionCoefficientValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalFlowPerLengthValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalFlowPerVolumeValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ThermalFlowValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalFlowValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ThicknessValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThicknessValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< TorqueValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
TorqueValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< UnityValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
UnityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ValveCgValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ValveCgValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< ValveCvValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ValveCvValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ValveTransitTimeValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< VelocityValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
VelocityValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
VolumetricEfficiencyValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
BaseValueType
< VolumeValueType (by extension)
Sub-types:
None
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]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
VolumeValueType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
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.
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.
The minimum and maximum occurrence of elements and attributes are provided in
square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or
changed from the base type's content are shown in
bold .
If an element/attribute has a fixed value, the fixed value is shown in green,
e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle
brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a
window that pops up when the question mark inside the attribute or next to the
element is clicked, e.g. <postcode>.
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.)
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 .