GetPersonnelClass response message
- Last UpdatedOct 05, 2022
- 1 minute read
This is an example of the GetPersonnelClassResponseMessage.
<GetPersonnelClassResponseMessage 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">
<ShowPersonnelClass releaseID="" xmlns="http://www.wbf.org/xml/b2mml-v0400">
<ApplicationArea>
<CreationDateTime>2018-12-07T01:13:10.9330316Z</CreationDateTime>
</ApplicationArea>
<DataArea>
<Show />
<PersonnelClass>
<ID xsi:type="PersonnelClassIDType">Shift Worker</ID>
<PersonnelClassProperty>
<ID xsi:type="PropertyIDType">AssignedShift</ID>
<Description />
<Value>
<ValueString>Shift A</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonnelClassProperty>
</PersonnelClass>
</DataArea>
</ShowPersonnelClass>
</GetPersonnelClassResponseMessage>