Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element VersionBaseType / TimeCreated
Annotations
The optional TimeCreated element gives the time when the version was created.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeCreated" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TimeCreated element gives the time when the version was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element VersionBaseType / SignOffs
Annotations
The optional SignOffs element identifies the employees who signed off on the version.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SignOffsType.tmp#SignOffsType_n IntermediatesPMI_xsd_Complex_Type_SignOffsType.tmp#SignOffsType_Employee IntermediatesPMI_xsd_Complex_Type_SignOffsType.tmp#SignOffsType
Type SignOffsType
Properties
content complex
minOccurs 0
Children Employee
Instance
<SignOffs n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Employee>{1,unbounded}</Employee>
</SignOffs>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of employees in the list.
Source
<xs:element name="SignOffs" type="SignOffsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SignOffs element identifies the employees who signed off on the version.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type VersionBaseType
Annotations
The VersionBase Type defines basic information about a version of a QIF instance file and is the base type for other version types.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_TimeCreated IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_SignOffs
Used by
Children SignOffs, TimeCreated
Source
<xs:complexType name="VersionBaseType">
  <xs:annotation>
    <xs:documentation>The VersionBase Type defines basic information about a version of a QIF instance file and is the base type for other version types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TimeCreated" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional TimeCreated element gives the time when the version was created.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SignOffs" type="SignOffsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SignOffs element identifies the employees who signed off on the version.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd