Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element FileType / Name
Annotations
The Name element is the fully qualified identifier (URI) of the file.
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 fully qualified identifier (URI) of the file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element FileType / Version
Annotations
The optional Version element is the version number of the file.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="Version" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Version element is the version number of the file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element FileType / Format
Annotations
The optional Format element is the file format.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_DigitalModelFormatType.tmp#DigitalModelFormatType_DigitalModelFormatEnum PrimitivesPMI_xsd_Complex_Type_DigitalModelFormatType.tmp#DigitalModelFormatType_OtherDigitalModelFormat PrimitivesPMI_xsd_Complex_Type_DigitalModelFormatType.tmp#DigitalModelFormatType
Type DigitalModelFormatType
Properties
content complex
minOccurs 0
Children DigitalModelFormatEnum, OtherDigitalModelFormat
Instance
<Format xmlns="http://qifstandards.org/xsd/qif3">
  <DigitalModelFormatEnum>{1,1}</DigitalModelFormatEnum>
  <OtherDigitalModelFormat>{1,1}</OtherDigitalModelFormat>
</Format>
Source
<xs:element name="Format" type="DigitalModelFormatType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Format element is the file format.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type FileType
Annotations
The FileType defines file information.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Name IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Version IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Format
Used by
Children Format, Name, Version
Source
<xs:complexType name="FileType">
  <xs:annotation>
    <xs:documentation>The FileType defines file information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:token">
      <xs:annotation>
        <xs:documentation>The Name element is the fully qualified identifier (URI) of the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Version element is the version number of the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Format" type="DigitalModelFormatType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Format element is the file format.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd