GetMaterialClass response message
- Last UpdatedOct 05, 2022
- 1 minute read
This is an example of the GetMaterialClassResponseMessage.
<GetMaterialClassResponseMessage
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">
<ShowMaterialClass releaseID="" xmlns="http://www.wbf.org/xml/b2mml-v0400">
<ApplicationArea>
<CreationDateTime>2008-12-07T01:08:13.702421Z</CreationDateTime>
</ApplicationArea>
<DataArea>
<Show />
<MaterialClass>
<ID xsi:type="MaterialClassIDType">Processed Coal</ID>
<MaterialClassProperty>
<ID xsi:type="PropertyIDType">Density</ID>
<Description />
<Value>
<ValueString>10</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</MaterialClassProperty>
<MaterialClassProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Description>Reserved property</Description>
<Value>
<ValueString>Processed Coal</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</MaterialClassProperty>
</MaterialClass>
</DataArea>
</ShowMaterialClass>
</GetMaterialClassResponseMessage>