Documentation for XPSLMain_1_4

Table of Contents

top

Schema Document Properties

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

Declared Namespaces

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

Global Definitions

Attribute Group: EndDeviceAttGroup

Name EndDeviceAttGroup
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]"
Diagram
Schema Component Representation
<xs:attributeGroup name="EndDeviceAttGroup">
<xs:attributeGroup ref=" BaseAttGroup "/>
<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>
top

Attribute Group: HMICoordinateAttGroup

Name HMICoordinateAttGroup
XML Instance Representation
type=" HMICoordinateTypesEnum [0..1]"
units=" HMICoordinateUnitsEnum [0..1]"
Diagram
Schema Component Representation
<xs:attributeGroup name="HMICoordinateAttGroup">
<xs:attribute name="type" type=" HMICoordinateTypesEnum " use="optional"/>
<xs:attribute name="units" type=" HMICoordinateUnitsEnum " use="optional"/>
</xs:attributeGroup>
top

Attribute Group: InlineDeviceAttGroup

Name InlineDeviceAttGroup
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]"
Diagram
Schema Component Representation
<xs:attributeGroup name="InlineDeviceAttGroup">
<xs:attributeGroup ref=" BaseAttGroup "/>
<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>
top

Complex Type: BlockValveType

Super-types: None
Sub-types:
Name BlockValveType
Abstract no
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]
<settings> PointDataSetType </settings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: CheckValveType

Super-types: BlockValveType < CheckValveType (by extension)
Sub-types: None
Name CheckValveType
Abstract no
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]
<settings> PointDataSetType </settings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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>
top

Complex Type: CompressorType

Super-types: None
Sub-types: None
Name CompressorType
Abstract no
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]
<compressorBaseType> CompressorTypesEnum </compressorBaseType> [0..1]
<downSettings> PointDataSetType </downSettings> [0..1]
<settings> PointDataSetType </settings> [0..1]
<upSettings> PointDataSetType </upSettings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: ConfigurationType

Super-types: None
Sub-types: None
Name ConfigurationType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1]"
version=" xs:token [0..1]"
libReference=" xs:token [0..1]">
Start Choice [0..*]
Start Choice [1]
<blockValve> BlockValveType </blockValve> [0..1]
<checkValve> CheckValveType </checkValve> [0..1]
<compressor> CompressorType </compressor> [0..1]
<cooler> CoolerType </cooler> [0..1]
<deviceGroup> DeviceGroupType </deviceGroup> [0..1]
<deviceSequence> DeviceSequenceType </deviceSequence> [0..1]
<flowMeter> FlowMeterType </flowMeter> [0..1]
<heater> HeaterType </heater> [0..1]
<inlineRegulator> InlineRegulatorType </inlineRegulator> [0..1]
<node> NodeType </node> [0..1]
<pipe> PipeType </pipe> [0..1]
<pump> PumpType </pump> [0..1]
End Choice
Start Choice [1]
<externalRegulator> ExternalRegulatorType </externalRegulator> [0..1]
<tank> TankType </tank> [0..1]
End Choice
<configuration> ConfigurationType </configuration> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="ConfigurationType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref=" InlineDevicesGroup "/>
<xs:group ref=" EndDevicesGroup "/>
<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:attributeGroup ref=" BaseAttGroup "/>
<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>
top

Complex Type: ControlModeGroup

Super-types: None
Sub-types: None
Name ControlModeGroup
Abstract no
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]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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>
top

Complex Type: CoolerType

Super-types: None
Sub-types: None
Name CoolerType
Abstract no
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]
<downSettings> PointDataSetType </downSettings> [0..1]
<settings> PointDataSetType </settings> [0..1]
<upSettings> PointDataSetType </upSettings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
<xs:attribute name="checkValve" type=" xs:boolean " use="optional" default="true"/>
</xs:complexType>
top

Complex Type: DeviceGroupType

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.
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 Choice [0..*]
<location> LocationType </location> [0..1]
Start Group: InlineDevicesGroup [0..1]
Start Choice [1]
<blockValve> BlockValveType </blockValve> [0..1]
<checkValve> CheckValveType </checkValve> [0..1]
<compressor> CompressorType </compressor> [0..1]
<cooler> CoolerType </cooler> [0..1]
<deviceGroup> DeviceGroupType </deviceGroup> [0..1]
<deviceSequence> DeviceSequenceType </deviceSequence> [0..1]
<flowMeter> FlowMeterType </flowMeter> [0..1]
<heater> HeaterType </heater> [0..1]
<inlineRegulator> InlineRegulatorType </inlineRegulator> [0..1]
<node> NodeType </node> [0..1]
<pipe> PipeType </pipe> [0..1]
<pump> PumpType </pump> [0..1]
End Choice
End Group: InlineDevicesGroup
Start Group: EndDevicesGroup [0..1]
Start Choice [1]
<externalRegulator> ExternalRegulatorType </externalRegulator> [0..1]
<tank> TankType </tank> [0..1]
End Choice
End Group: EndDevicesGroup
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="DeviceGroupType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="location" type=" LocationType " nillable="true" minOccurs="0"/>
<xs:group ref=" InlineDevicesGroup " minOccurs="0"/>
<xs:group ref=" EndDevicesGroup " 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:attributeGroup ref=" InlineDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: DeviceSequenceType

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.
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 Choice [0..*]
<location> LocationType </location> [0..1]
Start Group: InlineDevicesGroup [0..1]
Start Choice [1]
<blockValve> BlockValveType </blockValve> [0..1]
<checkValve> CheckValveType </checkValve> [0..1]
<compressor> CompressorType </compressor> [0..1]
<cooler> CoolerType </cooler> [0..1]
<deviceGroup> DeviceGroupType </deviceGroup> [0..1]
<deviceSequence> DeviceSequenceType </deviceSequence> [0..1]
<flowMeter> FlowMeterType </flowMeter> [0..1]
<heater> HeaterType </heater> [0..1]
<inlineRegulator> InlineRegulatorType </inlineRegulator> [0..1]
<node> NodeType </node> [0..1]
<pipe> PipeType </pipe> [0..1]
<pump> PumpType </pump> [0..1]
End Choice
End Group: InlineDevicesGroup
Start Group: EndDevicesGroup [0..1]
Start Choice [1]
<externalRegulator> ExternalRegulatorType </externalRegulator> [0..1]
<tank> TankType </tank> [0..1]
End Choice
End Group: EndDevicesGroup
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="DeviceSequenceType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="location" type=" LocationType " nillable="true" minOccurs="0"/>
<xs:group ref=" InlineDevicesGroup " minOccurs="0"/>
<xs:group ref=" EndDevicesGroup " 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:attributeGroup ref=" InlineDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: ExternalRegulatorType

Super-types: None
Sub-types: None
Name ExternalRegulatorType
Abstract no
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]
<settings> PointDataSetType </settings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" EndDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: FlowMeterType

Super-types: None
Sub-types: None
Name FlowMeterType
Abstract no
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]
<settings> PointDataSetType </settings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
<xs:attribute name="checkValve" type=" xs:boolean " use="optional" default="true"/>
</xs:complexType>
top

Complex Type: FluidCompositionSetType

Super-types: None
Sub-types: None
Name FluidCompositionSetType
Abstract no
XML Instance Representation
<...>
Start All [1]
<methaneMF> MoleFractionValueType </methaneMF> [0..1]
<ethaneMF> MoleFractionValueType </ethaneMF> [0..1]
<propaneMF> MoleFractionValueType </propaneMF> [0..1]
<iButaneMF> MoleFractionValueType </iButaneMF> [0..1]
<nButaneMF> MoleFractionValueType </nButaneMF> [0..1]
<iPentaneMF> MoleFractionValueType </iPentaneMF> [0..1]
<nPentaneMF> MoleFractionValueType </nPentaneMF> [0..1]
<nHexaneMF> MoleFractionValueType </nHexaneMF> [0..1]
<nHeptaneMF> MoleFractionValueType </nHeptaneMF> [0..1]
<nOctaneMF> MoleFractionValueType </nOctaneMF> [0..1]
<nNonaneMF> MoleFractionValueType </nNonaneMF> [0..1]
<nDecaneMF> MoleFractionValueType </nDecaneMF> [0..1]
<argonMF> MoleFractionValueType </argonMF> [0..1]
<carbonDioxideMF> MoleFractionValueType </carbonDioxideMF> [0..1]
<carbonMonoxideMF> MoleFractionValueType </carbonMonoxideMF> [0..1]
<heliumMF> MoleFractionValueType </heliumMF> [0..1]
<hydrogenMF> MoleFractionValueType </hydrogenMF> [0..1]
<hydrogenSulfideMF> MoleFractionValueType </hydrogenSulfideMF> [0..1]
<nitrogenMF> MoleFractionValueType </nitrogenMF> [0..1]
<oxygenMF> MoleFractionValueType </oxygenMF> [0..1]
<waterMF> MoleFractionValueType </waterMF> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1] ?
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="FluidCompositionSetType">
<xs:all>
<xs:element name="methaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="ethaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="propaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="iButaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nButaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="iPentaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nPentaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nHexaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nHeptaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nOctaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nNonaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nDecaneMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="argonMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="carbonDioxideMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="carbonMonoxideMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="heliumMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="hydrogenMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="hydrogenSulfideMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="nitrogenMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="oxygenMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="waterMF" type=" MoleFractionValueType " minOccurs="0"/>
<xs:element name="extension" type=" ExtensionType " minOccurs="0"/>
<xs:element name="comment" type=" CommentType " nillable="true" minOccurs="0"/>
</xs:all>
</xs:complexType>
top

Complex Type: HeaterType

Super-types: None
Sub-types: None
Name HeaterType
Abstract no
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]
<downSettings> PointDataSetType </downSettings> [0..1]
<settings> PointDataSetType </settings> [0..1]
<upSettings> PointDataSetType </upSettings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
<xs:attribute name="checkValve" type=" xs:boolean " use="optional" default="true"/>
</xs:complexType>
top

Complex Type: HMICoordinateType

Super-types: None
Sub-types: None
Name HMICoordinateType
Abstract no
XML Instance Representation
<...
type=" HMICoordinateTypesEnum [0..1]"
units=" HMICoordinateUnitsEnum [0..1]">
Start All [1]
<xCoordinate> ... </xCoordinate> [0..1]
<yCoordinate> ... </yCoordinate> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1] ?
End All
</...>
Diagram
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:attributeGroup ref=" HMICoordinateAttGroup "/>
</xs:complexType>
top

Complex Type: HMILocationType

Super-types: None
Sub-types: None
Name HMILocationType
Abstract no
XML Instance Representation
<...>
<location> HMICoordinateType </location> [1..*]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
</...>
Diagram
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:attributeGroup ref=" BaseAttGroup "/>
</xs:complexType>
top

Complex Type: InlineRegulatorType

Super-types: None
Sub-types: None
Name InlineRegulatorType
Abstract no
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]
<downSettings> PointDataSetType </downSettings> [0..1]
<settings> PointDataSetType </settings> [0..1]
<upSettings> PointDataSetType </upSettings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
<xs:attribute name="checkValve" type=" xs:boolean " use="optional" default="true"/>
</xs:complexType>
top

Complex Type: LimitDataSetType

Super-types: None
Sub-types: None
Name LimitDataSetType
Abstract no
XML Instance Representation
<...
limitType=" LimitTypesEnum [1]">
Start All [1]
<limitControlPressure> PressureValueType </limitControlPressure> [0..1]
<limitOperatingPressure> PressureValueType </limitOperatingPressure> [0..1]
<limitSurgePressure> PressureValueType </limitSurgePressure> [0..1]
<limitComposition> FluidCompositionSetType </limitComposition> [0..1]
<limitValues> ValuesSetType </limitValues> [0..1]
<orderedSets> [0..1]
Start Sequence [0..*]
<orderedSet> OrderedSetType </orderedSet> [1]
End Sequence
</orderedSets>
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1] ?
End All
</...>
Diagram
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="limitComposition" type=" FluidCompositionSetType " 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:element name="orderedSet" type=" OrderedSetType "/>
</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>
top

Complex Type: LimitSetsType

Super-types: None
Sub-types: None
Name LimitSetsType
Abstract no
XML Instance Representation
<...>
Start Sequence [0..6]
<limits> LimitDataSetType </limits> [1]
End Sequence
</...>
Diagram
Schema Component Representation
<xs:complexType name="LimitSetsType">
<xs:sequence minOccurs="0" maxOccurs="6">
<xs:element name="limits" type=" LimitDataSetType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: LocationType

Super-types: None
Sub-types: None
Name LocationType
Abstract no
XML Instance Representation
<...
systemOfUnits=" xs:token [0..1]"
libReference=" xs:token [0..1]">
Start All [1]
<milePost> MilepostValueType </milePost> [0..1]
<elevation> ElevationValueType </elevation> [0..1]
<xCoordinate> ... </xCoordinate> [0..1]
<yCoordinate> ... </yCoordinate> [0..1]
<longitude> ... </longitude> [0..1]
<latitude> ... </latitude> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="LocationType">
<xs:all>
<xs:element name="milePost" type=" MilepostValueType " nillable="true" minOccurs="0"/>
<xs:element name="elevation" type=" ElevationValueType " 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:attributeGroup ref=" BaseAttGroup "/>
<xs:attribute name="systemOfUnits" type=" xs:token " use="optional"/>
<xs:attribute name="libReference" type=" xs:token " use="optional"/>
</xs:complexType>
top

Complex Type: MessageType

Super-types: None
Sub-types: None
Name MessageType
Abstract no
XML Instance Representation
<...
id=" xs:token [1]"
urgency=" xs:token [1]">
<!-- Mixed content -->
<parameter> xs:token </parameter> [0..*]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
</...>
Diagram
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>
top

Complex Type: NodeType

Super-types: None
Sub-types: None
Name NodeType
Abstract no
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]
<location> LocationType </location> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: OptionsType

Super-types: None
Sub-types: None
Name OptionsType
Abstract no
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]
<extension> ExtensionType </extension> [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]
<extension> ExtensionType </extension> [0..1]
End Choice
</pipeFrictionCalculation>
<extension> ExtensionType </extension> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" BaseAttGroup "/>
<xs:attribute name="systemOfUnits" type=" xs:token " use="optional"/>
</xs:complexType>
top

Complex Type: OrderedSetType

Super-types: None
Sub-types: None
Name OrderedSetType
Abstract no
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]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1] ?
End Sequence
</...>
Diagram
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:attributeGroup ref=" BaseAttGroup "/>
<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>
top

Complex Type: PipeMaterialType

Super-types: None
Sub-types: None
Name PipeMaterialType
Abstract no
XML Instance Representation
<...
libReference=" xs:token [0..1]"
systemOfUnits=" xs:token [0..1]">
Start All [1]
<density> DensityValueType </density> [0..1]
<heatCapacity> SpecificHeatCapacityPerMassValueType </heatCapacity> [0..1] ?
<poissonsRatio> RatioValueType </poissonsRatio> [0..1]
<thermalConductivity> ThermalConductivityValueType </thermalConductivity> [0..1]
<thermalExpansionCoefficient> ThermalExpansionCoefficientValueType </thermalExpansionCoefficient> [0..1]
<yieldStrength> DifferentialPressureValueType </yieldStrength> [0..1]
<youngsModulus> DifferentialPressureValueType </youngsModulus> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PipeMaterialType">
<xs:all>
<xs:element name="density" type=" DensityValueType " nillable="true" minOccurs="0"/>
<xs:element name="heatCapacity" type=" SpecificHeatCapacityPerMassValueType " minOccurs="0"/>
<xs:element name="poissonsRatio" type=" RatioValueType " nillable="true" minOccurs="0"/>
<xs:element name="thermalConductivity" type=" ThermalConductivityValueType " nillable="true" minOccurs="0"/>
<xs:element name="thermalExpansionCoefficient" type=" ThermalExpansionCoefficientValueType " nillable="true" minOccurs="0"/>
<xs:element name="yieldStrength" type=" DifferentialPressureValueType " nillable="true" minOccurs="0"/>
<xs:element name="youngsModulus" type=" DifferentialPressureValueType " 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:attributeGroup ref=" BaseAttGroup "/>
<xs:attribute name="libReference" type=" xs:token " use="optional"/>
<xs:attribute name="systemOfUnits" type=" xs:token " use="optional"/>
</xs:complexType>
top

Complex Type: PipeType

Super-types: None
Sub-types: None
Name PipeType
Abstract no
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]
<downLocation> LocationType </downLocation> [0..1]
<pipeMaterial> PipeMaterialType </pipeMaterial> [0..1]
<settings> PointDataSetType </settings> [0..1]
<thermalLayerSet> ThermalLayerSetType </thermalLayerSet> [0..1] ?
<upLocation> LocationType </upLocation> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PipeType">
<xs:all>
<xs:element name="downLocation" type=" LocationType " nillable="true" minOccurs="0"/>
<xs:element name="pipeMaterial" type=" PipeMaterialType " 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:attributeGroup ref=" InlineDeviceAttGroup "/>
<xs:attribute name="pipeEndsConstrained" type=" xs:boolean " use="optional" default="true"/>
<xs:attribute name="pipeLoops" type=" xs:integer " use="optional"/>
</xs:complexType>
top

Complex Type: PointDataSetType

Super-types: None
Sub-types: None
Name PointDataSetType
Abstract no
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]
<composition> FluidCompositionSetType </composition> [0..1]
<controlMode> ControlModeGroup </controlMode> [0..1]
<limitSets> LimitSetsType </limitSets> [0..1]
<options> OptionsType </options> [0..1]
<orderedSets> [0..1]
Start Sequence [0..1]
<orderedSet> OrderedSetType </orderedSet> [1..*]
End Sequence
</orderedSets>
<profiles> [0..1]
Start Sequence [0..*]
<profile
name="anySimpleType [0..1]"
systemOfUnits="anySimpleType [0..1]"> [1]
Start Sequence [0..*]
<values> ValuesSetType </values> [1]
End Sequence
</profile>
End Sequence
</profiles>
<values> ValuesSetType </values> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="PointDataSetType">
<xs:all>
<xs:element name="composition" type=" FluidCompositionSetType " nillable="true" minOccurs="0"/>
<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:element name="values" type=" ValuesSetType "/>
</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:attributeGroup ref=" BaseAttGroup "/>
<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>
top

Complex Type: PumpType

Super-types: None
Sub-types: None
Name PumpType
Abstract no
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]
<downSettings> PointDataSetType </downSettings> [0..1]
<pumpBaseType> PumpTypesEnum </pumpBaseType> [0..1]
<settings> PointDataSetType </settings> [0..1]
<upSettings> PointDataSetType </upSettings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" InlineDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: SettingsSetType

Super-types: None
Sub-types: None
Name SettingsSetType
Abstract no
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..*]
<pointSettings> PointDataSetType </pointSettings> [0..1]
End Sequence
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End Sequence
</...>
Diagram
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:attributeGroup ref=" BaseAttGroup "/>
<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>
top

Complex Type: TankType

Super-types: None
Sub-types: None
Name TankType
Abstract no
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]
<settings> PointDataSetType </settings> [0..1]
<hmiLocation> HMILocationType </hmiLocation> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
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:attributeGroup ref=" EndDeviceAttGroup "/>
</xs:complexType>
top

Complex Type: ThermalLayerSetType

Super-types: None
Sub-types: None
Name ThermalLayerSetType
Abstract no
XML Instance Representation
<...
libReference=" xs:token [0..1]"
systemOfUnits=" xs:token [0..1]">
<thermalLayer> ThermalLayerType </thermalLayer> [0..*]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
</...>
Diagram
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:attributeGroup ref=" BaseAttGroup "/>
<xs:attribute name="libReference" type=" xs:token " use="optional"/>
<xs:attribute name="systemOfUnits" type=" xs:token " use="optional"/>
</xs:complexType>
top

Complex Type: ThermalLayerType

Super-types: None
Sub-types: None
Name ThermalLayerType
Abstract no
XML Instance Representation
<...
libReference=" xs:token [0..1]"
systemOfUnits=" xs:token [0..1]">
Start All [1]
<heatTransferCoeff> HeatTransferCoefficientValueType </heatTransferCoeff> [0..1] ?
<thermalMaterial> ThermalMaterialType </thermalMaterial> [0..1]
<thickness> ThicknessValueType </thickness> [0..1]
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalLayerType">
<xs:all>
<xs:element name="heatTransferCoeff" type=" HeatTransferCoefficientValueType " nillable="true" minOccurs="0"/>
<xs:element name="thermalMaterial" type=" ThermalMaterialType " nillable="true" minOccurs="0"/>
<xs:element name="thickness" type=" ThicknessValueType " 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:attributeGroup ref=" BaseAttGroup "/>
<xs:attribute name="libReference" type=" xs:token " use="optional"/>
<xs:attribute name="systemOfUnits" type=" xs:token " use="optional"/>
</xs:complexType>
top

Complex Type: ThermalMaterialType

Super-types: None
Sub-types: None
Name ThermalMaterialType
Abstract no
XML Instance Representation
<...
libReference=" xs:token [0..1]"
systemOfUnits=" xs:token [0..1]">
Start All [0..1]
<density> DensityValueType </density> [0..1] ?
<thermalConductivity> ThermalConductivityValueType </thermalConductivity> [0..1] ?
<heatCapacity> SpecificHeatCapacityPerMassValueType </heatCapacity> [0..1] ?
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1]
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ThermalMaterialType">
<xs:all minOccurs="0">
<xs:element name="density" type=" DensityValueType " nillable="true" minOccurs="0"/>
<xs:element name="thermalConductivity" type=" ThermalConductivityValueType " nillable="true" minOccurs="0"/>
<xs:element name="heatCapacity" type=" SpecificHeatCapacityPerMassValueType " 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:attributeGroup ref=" BaseAttGroup "/>
<xs:attribute name="libReference" type=" xs:token " use="optional"/>
<xs:attribute name="systemOfUnits" type=" xs:token " use="optional"/>
</xs:complexType>
top

Complex Type: ValuesSetType

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]
<actualDensity> DensityValueType </actualDensity> [0..1] ?
<actualFlow> FlowValueType </actualFlow> [0..1] ?
<actualSpecificGravity> SpecificGravityValueType </actualSpecificGravity> [0..1] ?
<actualVolume> VolumeValueType </actualVolume> [0..1] ?
<ambientTemperature> TemperatureValueType </ambientTemperature> [0..1] ?
<angularVelocity> AngularVelocityValueType </angularVelocity> [0..1] ?
<apiGravity> BulkModulusValueType </apiGravity> [0..1] ?
<barometricPressure> BarometricPressureValueType </barometricPressure> [0..1] ?
<clearanceVolume> ChamberVolumeValueType </clearanceVolume> [0..1] ?
<closedValveCg> ValveCgValueType </closedValveCg> [0..1] ?
<closedValveCv> ValveCvValueType </closedValveCv> [0..1] ?
<closingTransitTime> ValveTransitTimeValueType </closingTransitTime> [0..1] ?
<cost> CostValueType </cost> [0..1] ?
<compressionRatio> RatioValueType </compressionRatio> [0..1] ?
<costPerTime> CostPerTimeType </costPerTime> [0..1] ?
<costPerVolume> CostPerVolumeType </costPerVolume> [0..1] ?
<crossectionalArea> AreaValueType </crossectionalArea> [0..1] ?
<density> DensityValueType </density> [0..1] ?
<dewPointTemperature> TemperatureValueType </dewPointTemperature> [0..1] ?
<differentialPressure> DifferentialPressureValueType </differentialPressure> [0..1] ?
<differentialTemperature> DifferentialTemperatureValueType </differentialTemperature> [0..1] ?
<displacementVolume> ChamberVolumeValueType </displacementVolume> [0..1] ?
<distanceStep> PipeLengthValueType </distanceStep> [0..1] ?
<draConcentration> DraConcentrationValueType </draConcentration> [0..1] ?
<dynamicViscosity> DynamicViscosityValueType </dynamicViscosity> [0..1] ?
<elevation> ElevationValueType </elevation> [0..1] ?
<efficiency> FractionValueType </efficiency> [0..1] ?
<exhaustTemperature> TemperatureValueType </exhaustTemperature> [0..1] ?
<flow> FlowValueType </flow> [0..1] ?
<fluidBulkModulus> DifferentialPressureValueType </fluidBulkModulus> [0..1] ?
<fluidCoefficientOfThermalExpansion> ThermalExpansionCoefficientValueType </fluidCoefficientOfThermalExpansion> [0..1] ?
<fluidLevel> ElevationValueType </fluidLevel> [0..1] ?
<frictionFactor> UnityValueType </frictionFactor> [0..1] ?
<head> HeadValueType </head> [0..1] ?
<headGradient> HeadGradientValueType </headGradient> [0..1] ?
<heatingValue> HeatingValueValueType </heatingValue> [0..1] ?
<heatingValuePerMass> HeatingValuePerMassValueType </heatingValuePerMass> [0..1] ?
<heatTransferCoefficient> HeatTransferCoefficientValueType </heatTransferCoefficient> [0..1] ?
<heatRate> HeatRateValueType </heatRate> [0..1] ?
<internalDiameter> DiameterValueType </internalDiameter> [0..1] ?
<isentropicEfficiency> IsentropicEfficiencyValueType </isentropicEfficiency> [0..1] ?
<kinematicViscosity> KinematicViscosityValueType </kinematicViscosity> [0..1] ?
<length> PipeLengthValueType </length> [0..1] ?
<linePack> LinePackValueType </linePack> [0..1] ?
<loadStep> xs:integer </loadStep> [0..1] ?
<mass> MassValueType </mass> [0..1] ?
<massFlow> MassFlowValueType </massFlow> [0..1] ?
<massPackRate> MassPackRateValueType </massPackRate> [0..1] ?
<massPackRatePerLength> MassPackRatePerLengthValueType </massPackRatePerLength> [0..1] ?
<milepost> MilepostValueType </milepost> [0..1] ?
<molecularWeight> MolecularWeightValueType </molecularWeight> [0..1] ?
<netPositiveSuctionHeadRequired> HeadValueType </netPositiveSuctionHeadRequired> [0..1] ?
<openingTransitTime> ValveTransitTimeValueType </openingTransitTime> [0..1] ?
<openValveCg> ValveCgValueType </openValveCg> [0..1] ?
<openValveCv> ValveCvValueType </openValveCv> [0..1] ?
<outsideDiameter> DiameterValueType </outsideDiameter> [0..1] ?
<packRate> PackRateValueType </packRate> [0..1] ?
<packRatePerLength> PackRatePerLengthValueType </packRatePerLength> [0..1] ?
<pipeRoughness> PipeRoughnessValueType </pipeRoughness> [0..1] ?
<power> PowerValueType </power> [0..1] ?
<pressure> PressureValueType </pressure> [0..1] ?
<pressurePack> LinePackValueType </pressurePack> [0..1] ?
<relativeHumidity> FractionValueType </relativeHumidity> [0..1] ?
<relativeRoughness> UnityValueType </relativeRoughness> [0..1] ?
<reynoldsNumber> UnityValueType </reynoldsNumber> [0..1] ?
<sedimentAndWaterContent> FractionValueType </sedimentAndWaterContent> [0..1] ?
<shaftPower> PowerValueType </shaftPower> [0..1] ?
<specificEnthalpy> SpecificEnthalpyType </specificEnthalpy> [0..1] ?
<specificGravity> SpecificGravityValueType </specificGravity> [0..1] ?
<specificHeatCapacity> SpecificHeatCapacityPerMassValueType </specificHeatCapacity> [0..1] ?
<specificHeatCapacityPerMole> SpecificHeatCapacityPerMoleValueType </specificHeatCapacityPerMole> [0..1] ?
<slackVolume> VolumeValueType </slackVolume> [0..1] ?
<standardPressure> PressureValueType </standardPressure> [0..1] ?
<standardTemperature> TemperatureValueType </standardTemperature> [0..1] ?
<temperature> TemperatureValueType </temperature> [0..1] ?
<temperaturePack> LinePackValueType </temperaturePack> [0..1] ?
<tensileStrength> TensileStrengthValueType </tensileStrength> [0..1] ?
<thermalConductivity> ThermalConductivityValueType </thermalConductivity> [0..1] ?
<thermalEfficiency> ThermalEfficiencyValueType </thermalEfficiency> [0..1] ?
<thermalExpansionCoefficient> ThermalExpansionCoefficientValueType </thermalExpansionCoefficient> [0..1] ?
<thermalFlow> ThermalFlowValueType </thermalFlow> [0..1] ?
<thermalFlowPerLength> ThermalFlowValueType </thermalFlowPerLength> [0..1] ?
<thermalFlowPerVolume> ThermalFlowValueType </thermalFlowPerVolume> [0..1] ?
<timeStep> SecondsValueType </timeStep> [0..1] ?
<torque> TorqueValueType </torque> [0..1] ?
<valveCg> ValveCgValueType </valveCg> [0..1] ?
<valveCv> ValveCvValueType </valveCv> [0..1] ?
<valveOpenFraction> FractionValueType </valveOpenFraction> [0..1] ?
<vaporPressure> PressureValueType </vaporPressure> [0..1] ?
<velocity> VelocityValueType </velocity> [0..1] ?
<volume> VolumeValueType </volume> [0..1] ?
<volumeCorrectionFactor> UnityValueType </volumeCorrectionFactor> [0..1] ?
<volumetricEfficiency> VolumetricEfficiencyValueType </volumetricEfficiency> [0..1] ?
<wallThickness> ThicknessValueType </wallThickness> [0..1] ?
<waterContent> FractionValueType </waterContent> [0..1] ?
<extension> ExtensionType </extension> [0..1]
<comment> CommentType </comment> [0..1] ?
End All
</...>
Diagram
Schema Component Representation
<xs:complexType name="ValuesSetType">
<xs:all>
<xs:element name="actualDensity" type=" DensityValueType " minOccurs="0"/>
<xs:element name="actualFlow" type=" FlowValueType " minOccurs="0"/>
<xs:element name="actualSpecificGravity" type=" SpecificGravityValueType " minOccurs="0"/>
<xs:element name="actualVolume" type=" VolumeValueType " minOccurs="0"/>
<xs:element name="ambientTemperature" type=" TemperatureValueType " minOccurs="0"/>
<xs:element name="angularVelocity" type=" AngularVelocityValueType " minOccurs="0"/>
<xs:element name="apiGravity" type=" BulkModulusValueType " minOccurs="0"/>
<xs:element name="barometricPressure" type=" BarometricPressureValueType " minOccurs="0"/>
<xs:element name="clearanceVolume" type=" ChamberVolumeValueType " minOccurs="0"/>
<xs:element name="closedValveCg" type=" ValveCgValueType " minOccurs="0"/>
<xs:element name="closedValveCv" type=" ValveCvValueType " minOccurs="0"/>
<xs:element name="closingTransitTime" type=" ValveTransitTimeValueType " minOccurs="0"/>
<xs:element name="cost" type=" CostValueType " minOccurs="0"/>
<xs:element name="compressionRatio" type=" RatioValueType " minOccurs="0"/>
<xs:element name="costPerTime" type=" CostPerTimeType " minOccurs="0"/>
<xs:element name="costPerVolume" type=" CostPerVolumeType " minOccurs="0"/>
<xs:element name="crossectionalArea" type=" AreaValueType " minOccurs="0"/>
<xs:element name="density" type=" DensityValueType " minOccurs="0"/>
<xs:element name="dewPointTemperature" type=" TemperatureValueType " minOccurs="0"/>
<xs:element name="differentialPressure" type=" DifferentialPressureValueType " minOccurs="0"/>
<xs:element name="differentialTemperature" type=" DifferentialTemperatureValueType " minOccurs="0"/>
<xs:element name="displacementVolume" type=" ChamberVolumeValueType " minOccurs="0"/>
<xs:element name="distanceStep" type=" PipeLengthValueType " minOccurs="0"/>
<xs:element name="draConcentration" type=" DraConcentrationValueType " minOccurs="0"/>
<xs:element name="dynamicViscosity" type=" DynamicViscosityValueType " minOccurs="0"/>
<xs:element name="elevation" type=" ElevationValueType " minOccurs="0"/>
<xs:element name="efficiency" type=" FractionValueType " minOccurs="0"/>
<xs:element name="exhaustTemperature" type=" TemperatureValueType " minOccurs="0"/>
<xs:element name="flow" type=" FlowValueType " minOccurs="0"/>
<xs:element name="fluidBulkModulus" type=" DifferentialPressureValueType " minOccurs="0"/>
<xs:element name="fluidCoefficientOfThermalExpansion" type=" ThermalExpansionCoefficientValueType " minOccurs="0"/>
<xs:element name="fluidLevel" type=" ElevationValueType " minOccurs="0"/>
<xs:element name="frictionFactor" type=" UnityValueType " minOccurs="0"/>
<xs:element name="head" type=" HeadValueType " minOccurs="0"/>
<xs:element name="headGradient" type=" HeadGradientValueType " minOccurs="0"/>
<xs:element name="heatingValue" type=" HeatingValueValueType " minOccurs="0"/>
<xs:element name="heatingValuePerMass" type=" HeatingValuePerMassValueType " minOccurs="0"/>
<xs:element name="heatTransferCoefficient" type=" HeatTransferCoefficientValueType " minOccurs="0"/>
<xs:element name="heatRate" type=" HeatRateValueType " minOccurs="0"/>
<xs:element name="internalDiameter" type=" DiameterValueType " minOccurs="0"/>
<xs:element name="isentropicEfficiency" type=" IsentropicEfficiencyValueType " minOccurs="0"/>
<xs:element name="kinematicViscosity" type=" KinematicViscosityValueType " minOccurs="0"/>
<xs:element name="length" type=" PipeLengthValueType " minOccurs="0"/>
<xs:element name="linePack" type=" LinePackValueType " minOccurs="0"/>
<xs:element name="loadStep" type=" xs:integer " minOccurs="0"/>
<xs:element name="mass" type=" MassValueType " minOccurs="0"/>
<xs:element name="massFlow" type=" MassFlowValueType " minOccurs="0"/>
<xs:element name="massPackRate" type=" MassPackRateValueType " minOccurs="0"/>
<xs:element name="massPackRatePerLength" type=" MassPackRatePerLengthValueType " minOccurs="0"/>
<xs:element name="milepost" type=" MilepostValueType " minOccurs="0"/>
<xs:element name="molecularWeight" type=" MolecularWeightValueType " minOccurs="0"/>
<xs:element name="netPositiveSuctionHeadRequired" type=" HeadValueType " minOccurs="0"/>
<xs:element name="openingTransitTime" type=" ValveTransitTimeValueType " minOccurs="0"/>
<xs:element name="openValveCg" type=" ValveCgValueType " minOccurs="0"/>
<xs:element name="openValveCv" type=" ValveCvValueType " minOccurs="0"/>
<xs:element name="outsideDiameter" type=" DiameterValueType " minOccurs="0"/>
<xs:element name="packRate" type=" PackRateValueType " minOccurs="0"/>
<xs:element name="packRatePerLength" type=" PackRatePerLengthValueType " minOccurs="0"/>
<xs:element name="pipeRoughness" type=" PipeRoughnessValueType " minOccurs="0"/>
<xs:element name="power" type=" PowerValueType " minOccurs="0"/>
<xs:element name="pressure" type=" PressureValueType " minOccurs="0"/>
<xs:element name="pressurePack" type=" LinePackValueType " minOccurs="0"/>
<xs:element name="relativeHumidity" type=" FractionValueType " 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="shaftPower" type=" PowerValueType " minOccurs="0"/>
<xs:element name="specificEnthalpy" type=" SpecificEnthalpyType " minOccurs="0"/>
<xs:element name="specificGravity" type=" SpecificGravityValueType " minOccurs="0"/>
<xs:element name="specificHeatCapacity" type=" SpecificHeatCapacityPerMassValueType " minOccurs="0"/>
<xs:element name="specificHeatCapacityPerMole" type=" SpecificHeatCapacityPerMoleValueType " minOccurs="0"/>
<xs:element name="slackVolume" type=" VolumeValueType " minOccurs="0"/>
<xs:element name="standardPressure" type=" PressureValueType " minOccurs="0"/>
<xs:element name="standardTemperature" type=" TemperatureValueType " minOccurs="0"/>
<xs:element name="temperature" type=" TemperatureValueType " minOccurs="0"/>
<xs:element name="temperaturePack" type=" LinePackValueType " minOccurs="0"/>
<xs:element name="tensileStrength" type=" TensileStrengthValueType " minOccurs="0"/>
<xs:element name="thermalConductivity" type=" ThermalConductivityValueType " minOccurs="0"/>
<xs:element name="thermalEfficiency" type=" ThermalEfficiencyValueType " minOccurs="0"/>
<xs:element name="thermalExpansionCoefficient" type=" ThermalExpansionCoefficientValueType " minOccurs="0"/>
<xs:element name="thermalFlow" type=" ThermalFlowValueType " minOccurs="0"/>
<xs:element name="thermalFlowPerLength" type=" ThermalFlowValueType " minOccurs="0"/>
<xs:element name="thermalFlowPerVolume" type=" ThermalFlowValueType " minOccurs="0"/>
<xs:element name="timeStep" type=" SecondsValueType " minOccurs="0"/>
<xs:element name="torque" type=" TorqueValueType " minOccurs="0"/>
<xs:element name="valveCg" type=" ValveCgValueType " minOccurs="0"/>
<xs:element name="valveCv" type=" ValveCvValueType " minOccurs="0"/>
<xs:element name="valveOpenFraction" type=" FractionValueType " minOccurs="0"/>
<xs:element name="vaporPressure" type=" PressureValueType " minOccurs="0"/>
<xs:element name="velocity" type=" VelocityValueType " minOccurs="0"/>
<xs:element name="volume" type=" VolumeValueType " minOccurs="0"/>
<xs:element name="volumeCorrectionFactor" type=" UnityValueType " minOccurs="0"/>
<xs:element name="volumetricEfficiency" type=" VolumetricEfficiencyValueType " minOccurs="0"/>
<xs:element name="wallThickness" type=" ThicknessValueType " minOccurs="0"/>
<xs:element name="waterContent" type=" FractionValueType " minOccurs="0"/>
<xs:element name="extension" type=" ExtensionType " minOccurs="0"/>
<xs:element name="comment" type=" CommentType " nillable="true" minOccurs="0"/>
</xs:all>
</xs:complexType>
top

Model Group: EndDevicesGroup

Name EndDevicesGroup
XML Instance Representation
Start Choice [1]
<externalRegulator> ExternalRegulatorType </externalRegulator> [0..1]
<tank> TankType </tank> [0..1]
End Choice
Diagram
Schema Component Representation
<xs:group name="EndDevicesGroup">
<xs:choice>
<xs:element name="externalRegulator" type=" ExternalRegulatorType " nillable="true" minOccurs="0"/>
<xs:element name="tank" type=" TankType " nillable="true" minOccurs="0"/>
</xs:choice>
</xs:group>
top

Model Group: InlineDevicesGroup

Name InlineDevicesGroup
XML Instance Representation
Start Choice [1]
<blockValve> BlockValveType </blockValve> [0..1]
<checkValve> CheckValveType </checkValve> [0..1]
<compressor> CompressorType </compressor> [0..1]
<cooler> CoolerType </cooler> [0..1]
<deviceGroup> DeviceGroupType </deviceGroup> [0..1]
<deviceSequence> DeviceSequenceType </deviceSequence> [0..1]
<flowMeter> FlowMeterType </flowMeter> [0..1]
<heater> HeaterType </heater> [0..1]
<inlineRegulator> InlineRegulatorType </inlineRegulator> [0..1]
<node> NodeType </node> [0..1]
<pipe> PipeType </pipe> [0..1]
<pump> PumpType </pump> [0..1]
End Choice
Diagram
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>
top

Simple Type: CompressorTypesEnum

Super-types: xs:token < CompressorTypesEnum (by restriction)
Sub-types: None
Name CompressorTypesEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Centrifugal'|'Reciprocating'|'General'}
Documentation Types of Compressor
Diagram
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>
top

Simple Type: HMICoordinateTypesEnum

Super-types: xs:token < HMICoordinateTypesEnum (by restriction)
Sub-types: None
Name HMICoordinateTypesEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Left'|'Right'|'Top'|'Bottom'|'UpperLeft'|'UpperRight'|'LowerLeft'|'LowerRight'|'Center'|'Diameter'|'Diagonal'}
Documentation Types of HMI Location Coordinates
Diagram
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>
top

Simple Type: HMICoordinateUnitsEnum

Super-types: xs:token < HMICoordinateUnitsEnum (by restriction)
Sub-types: None
Name HMICoordinateUnitsEnum
Content
  • Base XSD Type: token
  • value comes from list: {'pixels'|'inches'|'cm'}
Documentation Units of HMI Location Coordinates
Diagram
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>
top

Simple Type: LimitTypesEnum

Super-types: xs:token < LimitTypesEnum (by restriction)
Sub-types: None
Name LimitTypesEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Minimum'|'Maximum'|'LOLO'|'LO'|'HIHI'|'HI'}
Documentation Types of Limits
Diagram
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>
top

Simple Type: PumpTypesEnum

Super-types: xs:token < PumpTypesEnum (by restriction)
Sub-types: None
Name PumpTypesEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Centrifugal'|'PositiveDisplacement'|'General'}
Documentation Types of Pump
Diagram
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>
top

Legend

Complex Type:

Schema Component Type

AusAddress

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

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

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

Glossary

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

top