Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SoftwareType / VendorName
Annotations
The VendorName element is the company name of the software vendor.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="VendorName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The VendorName element is the company name of the software vendor.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SoftwareType / ApplicationName
Annotations
The ApplicationName element is the name of the software application.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="ApplicationName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The ApplicationName element is the name of the software application.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SoftwareType / Version
Annotations
The optional Version element is the version number of the software application.
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 software application.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SoftwareType / Description
Annotations
The optional Description element is the description of the software application.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Description" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Description element is the description of the software application.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SoftwareType / URI
Annotations
The optional URI element is a Uniform Resource Identifier for the software application, for example, a file or a web site.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="URI" type="xs:anyURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional URI element is a Uniform Resource Identifier for the software application, for example, a file or a web site.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SoftwareType / ReferencedStandardIds
Annotations
The optional ReferencedStandardIds element are a list of ids of standards or specifications referenced by or associated with this software application.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<ReferencedStandardIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</ReferencedStandardIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ReferencedStandardIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ReferencedStandardIds element are a list of ids of standards or specifications referenced by or associated with this software application.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type SoftwareType
Annotations
The SoftwareType defines information about a software application.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_VendorName IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_ApplicationName IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_Version IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_Description IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_URI IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType_ReferencedStandardIds
Used by
Children ApplicationName, Attributes, Description, ReferencedStandardIds, URI, VendorName, Version
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the software, used for referencing.
Source
<xs:complexType name="SoftwareType">
  <xs:annotation>
    <xs:documentation>The SoftwareType defines information about a software application.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VendorName" type="xs:token">
      <xs:annotation>
        <xs:documentation>The VendorName element is the company name of the software vendor.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ApplicationName" type="xs:token">
      <xs:annotation>
        <xs:documentation>The ApplicationName element is the name of the software application.</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 software application.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Description element is the description of the software application.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="URI" type="xs:anyURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional URI element is a Uniform Resource Identifier for the software application, for example, a file or a web site.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferencedStandardIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ReferencedStandardIds element are a list of ids of standards or specifications referenced by or associated with this software application.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the software, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute SoftwareType / @id
Annotations
The id attribute is the QIF id of the software, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type SoftwareType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the software, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd