Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element FileInternalType / Name
Annotations
The Name element is the name of the file.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Name element is the name of the file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element FileInternalType / Version
Annotations
The optional Version element gives version information about the file.
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_VersionType.tmp#VersionType_ThisInstanceQPId IntermediatesPMI_xsd_Complex_Type_VersionType.tmp#VersionType
Type VersionType
Type hierarchy
Properties
content complex
minOccurs 0
Children SignOffs, ThisInstanceQPId, TimeCreated
Instance
<Version xmlns="http://qifstandards.org/xsd/qif3">
  <TimeCreated>{0,1}</TimeCreated>
  <SignOffs n="">{0,1}</SignOffs>
  <ThisInstanceQPId>{0,1}</ThisInstanceQPId>
</Version>
Source
<xs:element name="Version" type="VersionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Version element gives version information about the file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type FileInternalType
Annotations
The FileInternalType defines information identifying a file in QIF format.
Diagram
Diagram QIFProduct_xsd_Complex_Type_FileInternalType.tmp#FileInternalType_Name QIFProduct_xsd_Complex_Type_FileInternalType.tmp#FileInternalType_Version
Used by
Children Name, Version
Source
<xs:complexType name="FileInternalType">
  <xs:annotation>
    <xs:documentation>The FileInternalType defines information identifying a file in QIF format.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The Name element is the name of the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="VersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Version element gives version information about the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd