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_elemtypes ">
<xs:include
schemaLocation ="XPSLValueTypes_1_4.xsd "/>
<xs:include
schemaLocation ="XPSLGlobals_1_4.xsd "/>
...
</
xs:schema >
Schema Component Representation
<
xs:attributeGroup
name ="
EndDeviceAttGroup ">
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
node "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
manufacturer "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
model "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
type "
type ="
xs :token
"
use ="
optional "/>
</
xs:attributeGroup >
Name
HMICoordinateAttGroup
Schema Component Representation
<
xs:attributeGroup
name ="
HMICoordinateAttGroup ">
</
xs:attributeGroup >
Name
InlineDeviceAttGroup
Schema Component Representation
<
xs:attributeGroup
name ="
InlineDeviceAttGroup ">
<
xs:attribute
name ="
downNode "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
manufacturer "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
model "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
type "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
upNode "
type ="
xs :token
"
use ="
optional "/>
</
xs:attributeGroup >
Super-types:
None
Sub-types:
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
BlockValveType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
BlockValveType
< CheckValveType (by extension)
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] "
checkValve="
xs :boolean
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CheckValveType ">
<
xs:complexContent >
<
xs:extension
base ="
BlockValveType
">
<
xs:attribute
name ="
checkValve "
type ="
xs :boolean
"
use ="
optional "
default ="
true "/>
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CompressorType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
compressorBaseType "
type ="
CompressorTypesEnum
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
downSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
upSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
systemOfUnits="
xs :token
[0..1] "
version="
xs :token
[0..1] "
libReference="
xs :token
[0..1] " >
Start
Choice
[0..*]
Start
Choice
[1]
End Choice
Start
Choice
[1]
End Choice
End Choice
</...>
Schema Component Representation
<
xs:complexType
name ="
ConfigurationType ">
<
xs:choice
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
name ="
configuration "
type ="
ConfigurationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
version "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
Start
All
[1]
<compressionRatio/>
[0..1]
<downPressure/>
[0..1]
<downTemperature/>
[0..1]
<energyFlow/>
[0..1]
<exhaustGasTemperature/>
[0..1]
<flow/>
[0..1]
<heatRate/>
[0..1]
<massFlow/>
[0..1]
<openFraction/>
[0..1]
<power/>
[0..1]
<pressure/>
[0..1]
<speed/>
[0..1]
<temperature/>
[0..1]
<thermalFlow/>
[0..1]
<upPressure/>
[0..1]
<upTemperature/>
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ControlModeGroup ">
<
xs:all >
<
xs:element
name ="
compressionRatio "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
downPressure "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
downTemperature "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
energyFlow "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
exhaustGasTemperature "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
flow "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
heatRate "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
massFlow "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
openFraction "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
power "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
pressure "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
speed "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
temperature "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
thermalFlow "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
upPressure "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
upTemperature "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] "
checkValve="
xs :boolean
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
CoolerType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
downSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
upSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
checkValve "
type ="
xs :boolean
"
use ="
optional "
default ="
true "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
DeviceGroupType
Abstract
no
Documentation
This is used in a grouping of inline or end devices, may be used to define a
parallel grouping of such devices without nodes for connectivity. Most
typically used to create a station.
Schema Component Representation
<
xs:complexType
name ="
DeviceGroupType ">
<
xs:choice
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
name ="
location "
type ="
LocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
DeviceSequenceType
Abstract
no
Documentation
This is used in a sequence of inline devices, may be used to define a sequence
of devices without nodes for connectivity. Most typically used to create a pipe
profile.
Schema Component Representation
<
xs:complexType
name ="
DeviceSequenceType ">
<
xs:choice
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
name ="
location "
type ="
LocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
libReference="
xs :token
[0..1] "
node="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ExternalRegulatorType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] "
checkValve="
xs :boolean
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
FlowMeterType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
checkValve "
type ="
xs :boolean
"
use ="
optional "
default ="
true "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
FluidCompositionSetType
Abstract
no
XML Instance Representation
<...>
Start
All
[1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
FluidCompositionSetType ">
<
xs:all >
<
xs:element
name ="
extension "
type ="
ExtensionType
"
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] "
checkValve="
xs :boolean
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
HeaterType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
downSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
upSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
checkValve "
type ="
xs :boolean
"
use ="
optional "
default ="
true "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
HMICoordinateType ">
<
xs:all >
<xs:element
name ="xCoordinate "
nillable ="true "
minOccurs ="0 "/>
<xs:element
name ="yCoordinate "
nillable ="true "
minOccurs ="0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
HMILocationType ">
<
xs:sequence >
<
xs:element
name ="
location "
type ="
HMICoordinateType
"
nillable ="
true "
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] "
checkValve="
xs :boolean
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
InlineRegulatorType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
downSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
upSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
checkValve "
type ="
xs :boolean
"
use ="
optional "
default ="
true "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
limitType="
LimitTypesEnum
[1] " >
Start
All
[1]
<orderedSets>
[0..1]
Start
Sequence
[0..*]
End Sequence
</orderedSets>
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
LimitDataSetType ">
<
xs:all >
<
xs:element
name ="
limitControlPressure "
type ="
PressureValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
limitOperatingPressure "
type ="
PressureValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
limitSurgePressure "
type ="
PressureValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
limitValues "
type ="
ValuesSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
orderedSets "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence
minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:sequence >
</
xs:complexType >
</
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 ="
limitType "
type ="
LimitTypesEnum
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
Start
Sequence
[0..6]
End Sequence
</...>
Schema Component Representation
<
xs:complexType
name ="
LimitSetsType ">
<
xs:sequence
minOccurs ="
0 "
maxOccurs ="
6 ">
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
systemOfUnits="
xs :token
[0..1] "
libReference="
xs :token
[0..1] " >
Start
All
[1]
<xCoordinate> ... </xCoordinate>
[0..1]
<yCoordinate> ... </yCoordinate>
[0..1]
<longitude> ... </longitude>
[0..1]
<latitude> ... </latitude>
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
LocationType ">
<
xs:all >
<
xs:element
name ="
milePost "
type ="
MilepostValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<xs:element
name ="xCoordinate "
nillable ="true "
minOccurs ="0 "/>
<xs:element
name ="yCoordinate "
nillable ="true "
minOccurs ="0 "/>
<xs:element
name ="longitude "
nillable ="true "
minOccurs ="0 "/>
<xs:element
name ="latitude "
nillable ="true "
minOccurs ="0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
id="
xs :token
[1] "
urgency="
xs :token
[1] " >
<!-- Mixed content -->
<parameter>
xs :token
</parameter>
[0..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
MessageType "
mixed ="
true ">
<
xs:sequence >
<
xs:element
name ="
parameter "
type ="
xs :token
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
id "
type ="
xs :token
"
use ="
required "/>
<
xs:attribute
name ="
urgency "
type ="
xs :token
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
NodeType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
location "
type ="
LocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
systemOfUnits="
xs :token
[0..1] " >
Start
All
[1]
<equationOfState>
[0..1]
Start
Choice
[1]
<aga8Detail/>
[0..1]
<aga8GrossMethod1/>
[0..1]
<aga8GrossMethod2/>
[0..1]
<gasBWRS/>
[0..1]
<idealGas/>
[0..1]
<liquidBWRS/>
[0..1]
<nonIdealGas/>
[0..1]
<nx19/>
[0..1]
<apiCrude/>
[0..1]
<apiProducts/>
[0..1]
<liquidBulkModulus/>
[0..1]
End Choice
</equationOfState>
<pipeFrictionCalculation>
[0..1]
Start
Choice
[1]
<darcyWeisbach/>
[0..1]
<fanning/>
[0..1]
<nikuradse/>
[0..1]
<moody/>
[0..1]
<weymouth/>
[0..1]
<panhandleA/>
[0..1]
<panhandleB/>
[0..1]
<aga/>
[0..1]
End Choice
</pipeFrictionCalculation>
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
OptionsType ">
<
xs:all >
<
xs:element
name ="
equationOfState "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:choice >
<
xs:element
name ="
aga8Detail "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
aga8GrossMethod1 "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
aga8GrossMethod2 "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
gasBWRS "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
idealGas "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
liquidBWRS "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
nonIdealGas "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
nx19 "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
apiCrude "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
apiProducts "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
liquidBulkModulus "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
pipeFrictionCalculation "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:choice >
<
xs:element
name ="
darcyWeisbach "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
fanning "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
nikuradse "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
moody "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
weymouth "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
panhandleA "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
panhandleB "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
aga "
nillable ="
true "
minOccurs ="
0 ">
<xs:complexType />
</
xs:element >
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
xUnitType="
xs :token
[0..1] "
yUnitType="
xs :token
[0..1] "
zUnitType="
xs :token
[0..1] "
xxUnitType="
xs :token
[0..1] "
yyUnitType="
xs :token
[0..1] "
zzUnitType="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
libReference="
xs :token
[0..1] " >
Start
Sequence
[0..*]
<x>
xs :decimal
</x>
[0..1]
<y>
xs :decimal
</y>
[0..1]
<z>
xs :decimal
</z>
[0..1]
<xx>
xs :decimal
</xx>
[0..1]
<yy>
xs :decimal
</yy>
[0..1]
<zz>
xs :decimal
</zz>
[0..1]
End Sequence
</...>
Schema Component Representation
<
xs:complexType
name ="
OrderedSetType ">
<
xs:sequence
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
name ="
x "
type ="
xs :decimal
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
y "
type ="
xs :decimal
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
z "
type ="
xs :decimal
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
xx "
type ="
xs :decimal
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
yy "
type ="
xs :decimal
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
zz "
type ="
xs :decimal
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
xUnitType "
type ="
xs :token
"
use ="
optional "
default ="
unity "/>
<
xs:attribute
name ="
yUnitType "
type ="
xs :token
"
use ="
optional "
default ="
unity "/>
<
xs:attribute
name ="
zUnitType "
type ="
xs :token
"
use ="
optional "
default ="
unity "/>
<
xs:attribute
name ="
xxUnitType "
type ="
xs :token
"
use ="
optional "
default ="
unity "/>
<
xs:attribute
name ="
yyUnitType "
type ="
xs :token
"
use ="
optional "
default ="
unity "/>
<
xs:attribute
name ="
zzUnitType "
type ="
xs :token
"
use ="
optional "
default ="
unity "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
libReference="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] " >
Start
All
[1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PipeMaterialType ">
<
xs:all >
<
xs:element
name ="
density "
type ="
DensityValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
poissonsRatio "
type ="
RatioValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] "
pipeEndsConstrained="
xs :boolean
[0..1] "
pipeLoops="
xs :integer
[0..1] " >
Start
All
[1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PipeType ">
<
xs:all >
<
xs:element
name ="
downLocation "
type ="
LocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
thermalLayerSet "
type ="
ThermalLayerSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
upLocation "
type ="
LocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
pipeEndsConstrained "
type ="
xs :boolean
"
use ="
optional "
default ="
true "/>
<
xs:attribute
name ="
pipeLoops "
type ="
xs :integer
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
systemOfUnits="
xs :token
[0..1] "
deviceName="
xs :token
[0..1] "
deviceType="
xs :token (value comes from list: {'node'|'pipe'|'blockValve'|'checkValve'|'compressor'|'pump'|'inlineRegulator'|'externalRegulator'|'tank'|'heater'|'cooler'|'flowMeter'|'extension'})
[0..1] "
deviceEnd="
xs :token (value comes from list: {'down'|'up'|'extension'})
[0..1] " >
Start
All
[1]
<orderedSets>
[0..1]
Start
Sequence
[0..1]
End Sequence
</orderedSets>
<profiles>
[0..1]
Start
Sequence
[0..*]
<profile
name="anySimpleType
[0..1] "
systemOfUnits="anySimpleType
[0..1] " >
[1]
Start
Sequence
[0..*]
End Sequence
</profile>
End Sequence
</profiles>
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PointDataSetType ">
<
xs:all >
<
xs:element
name ="
controlMode "
type ="
ControlModeGroup
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
limitSets "
type ="
LimitSetsType
"
minOccurs ="
0 "/>
<
xs:element
name ="
options "
type ="
OptionsType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
orderedSets "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence
minOccurs ="
0 ">
<
xs:element
name ="
orderedSet "
type ="
OrderedSetType
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
profiles "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
name ="
profile ">
<
xs:complexType >
<
xs:sequence
minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:sequence >
<xs:attribute
name ="name "/>
<xs:attribute
name ="systemOfUnits "/>
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
values "
type ="
ValuesSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
deviceName "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
deviceType "
use ="
optional ">
<
xs:simpleType >
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="node "/>
<xs:enumeration
value ="pipe "/>
<xs:enumeration
value ="blockValve "/>
<xs:enumeration
value ="checkValve "/>
<xs:enumeration
value ="compressor "/>
<xs:enumeration
value ="pump "/>
<xs:enumeration
value ="inlineRegulator "/>
<xs:enumeration
value ="externalRegulator "/>
<xs:enumeration
value ="tank "/>
<xs:enumeration
value ="heater "/>
<xs:enumeration
value ="cooler "/>
<xs:enumeration
value ="flowMeter "/>
<xs:enumeration
value ="extension "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:attribute >
<
xs:attribute
name ="
deviceEnd "
use ="
optional ">
<
xs:simpleType >
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="down "/>
<xs:enumeration
value ="up "/>
<xs:enumeration
value ="extension "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:attribute >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
downNode="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] "
upNode="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
PumpType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
downSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
pumpBaseType "
type ="
PumpTypesEnum
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
upSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
configuration="
xs :token
[0..1] "
configurationVersion="
xs :token
[0..1] "
libReference="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] " >
Start
Sequence
[0..1]
Start
Sequence
[0..*]
End Sequence
End Sequence
</...>
Schema Component Representation
<
xs:complexType
name ="
SettingsSetType ">
<
xs:sequence
minOccurs ="
0 ">
<
xs:sequence
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
name ="
pointSettings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
configuration "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
configurationVersion "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
libReference="
xs :token
[0..1] "
node="
xs :token
[0..1] "
manufacturer="
xs :token
[0..1] "
model="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] "
type="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
TankType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
settings "
type ="
PointDataSetType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
hmiLocation "
type ="
HMILocationType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
libReference="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] " >
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalLayerSetType ">
<
xs:sequence >
<
xs:element
name ="
thermalLayer "
type ="
ThermalLayerType
"
nillable ="
true "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
libReference="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] " >
Start
All
[1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalLayerType ">
<
xs:all >
<
xs:element
name ="
thermalMaterial "
type ="
ThermalMaterialType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
libReference="
xs :token
[0..1] "
systemOfUnits="
xs :token
[0..1] " >
Start
All
[0..1]
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ThermalMaterialType ">
<
xs:all
minOccurs ="
0 ">
<
xs:element
name ="
density "
type ="
DensityValueType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
<
xs:attribute
name ="
libReference "
type ="
xs :token
"
use ="
optional "/>
<
xs:attribute
name ="
systemOfUnits "
type ="
xs :token
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
ValuesSetType
Abstract
no
Documentation
The ValueGroup is intended to include all possible scalar values that have a
unique definition with xpsl.
XML Instance Representation
<...>
Start
All
[1]
<loadStep>
xs :integer
</loadStep>
[0..1]
?
<netPositiveSuctionHeadRequired>
HeadValueType
</netPositiveSuctionHeadRequired>
[0..1]
?
End All
</...>
Schema Component Representation
<
xs:complexType
name ="
ValuesSetType ">
<
xs:all >
<
xs:element
name ="
actualFlow "
type ="
FlowValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
compressionRatio "
type ="
RatioValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
crossectionalArea "
type ="
AreaValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
frictionFactor "
type ="
UnityValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
loadStep "
type ="
xs :integer
"
minOccurs ="
0 "/>
<
xs:element
name ="
netPositiveSuctionHeadRequired "
type ="
HeadValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
relativeRoughness "
type ="
UnityValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
reynoldsNumber "
type ="
UnityValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
sedimentAndWaterContent "
type ="
FractionValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
volumeCorrectionFactor "
type ="
UnityValueType
"
minOccurs ="
0 "/>
<
xs:element
name ="
extension "
type ="
ExtensionType
"
minOccurs ="
0 "/>
<
xs:element
name ="
comment "
type ="
CommentType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:all >
</
xs:complexType >
Schema Component Representation
<
xs:group
name ="
EndDevicesGroup ">
<
xs:choice >
<
xs:element
name ="
tank "
type ="
TankType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:group >
Schema Component Representation
<
xs:group
name ="
InlineDevicesGroup ">
<
xs:choice >
<
xs:element
name ="
blockValve "
type ="
BlockValveType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
checkValve "
type ="
CheckValveType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
compressor "
type ="
CompressorType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
cooler "
type ="
CoolerType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
deviceGroup "
type ="
DeviceGroupType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
deviceSequence "
type ="
DeviceSequenceType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
flowMeter "
type ="
FlowMeterType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
heater "
type ="
HeaterType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
inlineRegulator "
type ="
InlineRegulatorType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
node "
type ="
NodeType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
pipe "
type ="
PipeType
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element
name ="
pump "
type ="
PumpType
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:group >
Super-types:
xs :token
< CompressorTypesEnum (by restriction)
Sub-types:
None
Name
CompressorTypesEnum
Content
value comes from list: {'Centrifugal'|'Reciprocating'|'General'}
Documentation
Types of Compressor
Schema Component Representation
<
xs:simpleType
name ="
CompressorTypesEnum ">
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="Centrifugal "/>
<xs:enumeration
value ="Reciprocating "/>
<xs:enumeration
value ="General "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :token
< HMICoordinateTypesEnum (by restriction)
Sub-types:
None
Name
HMICoordinateTypesEnum
Content
value comes from list:
{'Left'|'Right'|'Top'|'Bottom'|'UpperLeft'|'UpperRight'|'LowerLeft'|'LowerRight'|'Center'|'Diameter'|'Diagonal'}
Documentation
Types of HMI Location Coordinates
Schema Component Representation
<
xs:simpleType
name ="
HMICoordinateTypesEnum ">
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="Left "/>
<xs:enumeration
value ="Right "/>
<xs:enumeration
value ="Top "/>
<xs:enumeration
value ="Bottom "/>
<xs:enumeration
value ="UpperLeft "/>
<xs:enumeration
value ="UpperRight "/>
<xs:enumeration
value ="LowerLeft "/>
<xs:enumeration
value ="LowerRight "/>
<xs:enumeration
value ="Center "/>
<xs:enumeration
value ="Diameter "/>
<xs:enumeration
value ="Diagonal "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :token
< HMICoordinateUnitsEnum (by restriction)
Sub-types:
None
Name
HMICoordinateUnitsEnum
Content
value comes from list: {'pixels'|'inches'|'cm'}
Documentation
Units of HMI Location Coordinates
Schema Component Representation
<
xs:simpleType
name ="
HMICoordinateUnitsEnum ">
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="pixels "/>
<xs:enumeration
value ="inches "/>
<xs:enumeration
value ="cm "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :token
< LimitTypesEnum (by restriction)
Sub-types:
None
Name
LimitTypesEnum
Content
value comes from list: {'Minimum'|'Maximum'|'LOLO'|'LO'|'HIHI'|'HI'}
Documentation
Types of Limits
Schema Component Representation
<
xs:simpleType
name ="
LimitTypesEnum ">
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="Minimum "/>
<xs:enumeration
value ="Maximum "/>
<xs:enumeration
value ="LOLO "/>
<xs:enumeration
value ="LO "/>
<xs:enumeration
value ="HIHI "/>
<xs:enumeration
value ="HI "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :token
< PumpTypesEnum (by restriction)
Sub-types:
None
Name
PumpTypesEnum
Content
value comes from list:
{'Centrifugal'|'PositiveDisplacement'|'General'}
Documentation
Types of Pump
Schema Component Representation
<
xs:simpleType
name ="
PumpTypesEnum ">
<
xs:restriction
base ="
xs :token
">
<xs:enumeration
value ="Centrifugal "/>
<xs:enumeration
value ="PositiveDisplacement "/>
<xs:enumeration
value ="General "/>
</
xs:restriction >
</
xs:simpleType >
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 .