GetPersonnelInformation response message
- Last UpdatedOct 05, 2022
- 1 minute read
This is an example of the GetPersonnelInformationResponseMessage.
<GetPersonnelInformationResponseMessage
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">
<ShowPersonnelInformation releaseID="" xmlns="http://www.wbf.org/xml/b2mml-v0400">
<ApplicationArea>
<CreationDateTime>2018-12-07T00:48:36.5113291Z</CreationDateTime>
</ApplicationArea>
<DataArea>
<Show />
<PersonnelInformation>
<PublishedDate>2018-12-07T00:48:36.511329Z</PublishedDate>
<Person>
<ID xsi:type="PersonIDType">Personnel Model.Operators.Jack</ID>
<PersonProperty>
<ID xsi:type="PropertyIDType">ShiftTime</ID>
<Value>
<ValueString>Shift A</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
<PersonProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Value>
<ValueString>Jack</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
<PersonProperty>
<ID xsi:type="PropertyIDType">Parent</ID>
<Value>
<ValueString>Operators</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
<PersonnelClassID>Shift Worker</PersonnelClassID>
</Person>
<Person>
<ID xsi:type="PersonIDType">Personnel Model.Operators.Tim</ID>
<PersonProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Value>
<ValueString>Tim</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
<PersonProperty>
<ID xsi:type="PropertyIDType">Parent</ID>
<Value>
<ValueString>Operators</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
</Person>
<Person>
<ID xsi:type="PersonIDType">Personnel Model.Supervisor.John</ID>
<PersonProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Value>
<ValueString>John</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
<PersonProperty>
<ID xsi:type="PropertyIDType">Parent</ID>
<Value>
<ValueString>Supervisor</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonProperty>
</Person>
<PersonnelClass>
<ID xsi:type="PersonnelClassIDType">Shift Worker</ID>
<PersonnelClassProperty>
<ID xsi:type="PropertyIDType">ShiftTime</ID>
<Description />
<Value>
<ValueString>Shift A</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonnelClassProperty>
<PersonnelClassProperty>
<ID xsi:type="PropertyIDType">Name</ID>
<Description>Reserved property</Description>
<Value>
<ValueString>Shift Worker</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</PersonnelClassProperty>
</PersonnelClass>
</PersonnelInformation>
</DataArea>
</ShowPersonnelInformation>
</GetPersonnelInformationResponseMessage>