Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element VersionHistoryType / EarlierVersion
Annotations
Each EarlierVersion element contains information about one earlier version of the QIF instance file in which the VersionHistoryType appears.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_TimeCreated IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_SignOffs IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType IntermediatesPMI_xsd_Complex_Type_VersionReferenceType.tmp#VersionReferenceType_QPIdReference IntermediatesPMI_xsd_Complex_Type_VersionReferenceType.tmp#VersionReferenceType
Type VersionReferenceType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children QPIdReference, SignOffs, TimeCreated
Instance
<EarlierVersion xmlns="http://qifstandards.org/xsd/qif3">
  <TimeCreated>{0,1}</TimeCreated>
  <SignOffs n="">{0,1}</SignOffs>
  <QPIdReference>{0,1}</QPIdReference>
</EarlierVersion>
Source
<xs:element name="EarlierVersion" type="VersionReferenceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each EarlierVersion element contains information about one earlier version of the QIF instance file in which the VersionHistoryType appears.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type VersionHistoryType
Annotations
The VersionsHistoryType defines information about earlier versions of a QIF instance file.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VersionHistoryType.tmp#VersionHistoryType_n IntermediatesPMI_xsd_Complex_Type_VersionHistoryType.tmp#VersionHistoryType_EarlierVersion
Used by
Children EarlierVersion
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of earlier versions in the list.
Source
<xs:complexType name="VersionHistoryType">
  <xs:annotation>
    <xs:documentation>The VersionsHistoryType defines information about earlier versions of a QIF instance file.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EarlierVersion" type="VersionReferenceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each EarlierVersion element contains information about one earlier version of the QIF instance file in which the VersionHistoryType appears.</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 earlier versions in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute VersionHistoryType / @n
Annotations
The required n attribute is the number of earlier versions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type VersionHistoryType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of earlier versions in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd