GetEquipmentInformation response message
- Last UpdatedOct 05, 2022
- 1 minute read
This is an example of the GetEquipmentInformationResponseMessage.
<GetEquipmentInformationResponseMessage xmlns="http://www.citect.com/Ampla/B2MML/2008/07"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ShowEquipmentInformation releaseID=""
xmlns="http://www.wbf.org/xml/b2mml-v0400">
<ApplicationArea>
<CreationDateTime>2018-12-07T00:11:10.9249399Z</CreationDateTime>
</ApplicationArea>
<DataArea>
<Show />
<EquipmentInformation>
<PublishedDate>2018-12-07T00:11:10.9249398Z</PublishedDate>
<Equipment>
<ID xsi:type="EquipmentIDType" schemeName="Fullname">Huntley Enterprises</ID>
<EquipmentProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Value>
<ValueString>Rocky Mining Enterprises</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</EquipmentProperty>
<Equipment>
<ID xsi:type="EquipmentIDType" schemeName="Fullname">Rocky Mining Enterprises.Coal Operations</ID>
<EquipmentProperty>
<ID xsi:type="PropertyIDType">Speed</ID>
<Value>
<ValueString>200</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</EquipmentProperty>
<EquipmentProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Value>
<ValueString>Coal Operations</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</EquipmentProperty>
<EquipmentClassID>Electrical</EquipmentClassID>
<Location>
<EquipmentID>Rockey Mining Enterprises.Coal Ops</EquipmentID>
<EquipmentElementLevel>Site</EquipmentElementLevel>
</Location>
<Location>
<EquipmentID>Rockey Mining Enterprises</EquipmentID>
<EquipmentElementLevel>Enterprise</EquipmentElementLevel>
</Location>
</Equipment>
<EquipmentClass>
<ID xsi:type="EquipmentClassIDType">Electrical</ID>
<EquipmentClassProperty>
<ID xsi:type="PropertyIDType">Speed</ID>
<Description>Speed Property</Description>
<Value>
<ValueString>100</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</EquipmentClassProperty>
</EquipmentClass>
</EquipmentInformation>
</DataArea>
</ShowEquipmentInformation>
</GetEquipmentInformationResponseMessage>