Showing:

Annotations
Diagrams
Properties
Source
Used by
Element EmployeeType / Name
Annotations
The Name element is the name of the employee.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element EmployeeType / EmployeeId
Annotations
The optional EmployeeId element is the company id number of the employee.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element EmployeeType / Shift
Annotations
The optional Shift element is the shift number of the employee.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type EmployeeType
Annotations
The EmployeeType defines employee information.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType_Name IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType_EmployeeId IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType_Shift
Used by
Children EmployeeId, Name, Shift
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd