Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SignOffsType / Employee
Annotations
Each Employee element is employee information for one employee involved in the sign off.
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 IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType
Type EmployeeType
Properties
content complex
maxOccurs unbounded
Children EmployeeId, Name, Shift
Instance
<Employee xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <EmployeeId>{0,1}</EmployeeId>
  <Shift>{0,1}</Shift>
</Employee>
Source
<xs:element name="Employee" type="EmployeeType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Employee element is employee information for one employee involved in the sign off.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type SignOffsType
Annotations
The SignOffsType defines a list of one or more employees who have signed off on a particular version of something.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SignOffsType.tmp#SignOffsType_n IntermediatesPMI_xsd_Complex_Type_SignOffsType.tmp#SignOffsType_Employee
Used by
Children Employee
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of employees in the list.
Source
<xs:complexType name="SignOffsType">
  <xs:annotation>
    <xs:documentation>The SignOffsType defines a list of one or more employees who have signed off on a particular version of something.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Employee" type="EmployeeType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Employee element is employee information for one employee involved in the sign off.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of employees in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute SignOffsType / @n
Annotations
The required n attribute is the number of employees in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SignOffsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of employees in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd