The VendorName element is the company name of the software vendor.
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>
The ApplicationName element is the name of the software application.
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>
The optional Version element is the version number of the software application.
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>
The optional Description element is the description of the software application.
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>
The optional URI element is a Uniform Resource Identifier for the software application, for example, a file or a web site.
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>
The optional ReferencedStandardIds element are a list of ids of standards or specifications referenced by or associated with this software application.
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>
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>
<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>