Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element FileSpecType / CommonFileSpecEnum
Annotations
The CommonFileSpecEnum element denotes a common file format.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_CommonFileSpecEnumType.tmp#CommonFileSpecEnumType
Type CommonFileSpecEnumType
Properties
content simple
Facets
enumeration AVI
enumeration BMP
enumeration DOC
enumeration DOCX
enumeration DXF
enumeration DTD
enumeration GIF
enumeration GZIP
enumeration HTML
enumeration IGES
enumeration JPEG
enumeration JPG
enumeration MOV
enumeration MPEG
enumeration MPG
enumeration PDF
enumeration PNG
enumeration PPM
enumeration PPT
enumeration PRT
enumeration RAR
enumeration RTF
enumeration STL
enumeration STEP
enumeration STP
enumeration TAR
enumeration TIF
enumeration TIFF
enumeration TXT
enumeration WMV
enumeration XLS
enumeration XLSX
enumeration XML
enumeration XSD
enumeration X_T
enumeration ZIP
Source
<xs:element name="CommonFileSpecEnum" type="CommonFileSpecEnumType">
  <xs:annotation>
    <xs:documentation>The CommonFileSpecEnum element denotes a common file format.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element FileSpecType / OtherFileSpec
Annotations
The OtherFileSpec element describes a file format in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherFileSpec" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherFileSpec element describes a file format in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type FileSpecType
Annotations
The FileSpecType defines the format of a file.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_FileSpecType.tmp#FileSpecType_CommonFileSpecEnum IntermediatesPMI_xsd_Complex_Type_FileSpecType.tmp#FileSpecType_OtherFileSpec
Used by
Children CommonFileSpecEnum, OtherFileSpec
Source
<xs:complexType name="FileSpecType">
  <xs:annotation>
    <xs:documentation>The FileSpecType defines the format of a file.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="CommonFileSpecEnum" type="CommonFileSpecEnumType">
      <xs:annotation>
        <xs:documentation>The CommonFileSpecEnum element denotes a common file format.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherFileSpec" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherFileSpec element describes a file format in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd