<xs:element name="Name" type="xs:token"><xs:annotation><xs:documentation>The Name element is the name of the employee.</xs:documentation></xs:annotation></xs:element>
The optional EmployeeId element is the company id number of the employee.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
Source
<xs:element name="EmployeeId" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional EmployeeId element is the company id number of the employee.</xs:documentation></xs:annotation></xs:element>
The optional Shift element is the shift number of the employee.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
Source
<xs:element name="Shift" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Shift element is the shift number of the employee.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="EmployeeType"><xs:annotation><xs:documentation>The EmployeeType defines employee information.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:token"><xs:annotation><xs:documentation>The Name element is the name of the employee.</xs:documentation></xs:annotation></xs:element><xs:element name="EmployeeId" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional EmployeeId element is the company id number of the employee.</xs:documentation></xs:annotation></xs:element><xs:element name="Shift" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Shift element is the shift number of the employee.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>