Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SoftwaresType / Software
Annotations
Each Software element defines information about a particular 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 IntermediatesPMI_xsd_Complex_Type_SoftwareType.tmp#SoftwareType
Type SoftwareType
Properties
content complex
maxOccurs unbounded
Children ApplicationName, Attributes, Description, ReferencedStandardIds, URI, VendorName, Version
Instance
<Software id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <VendorName>{1,1}</VendorName>
  <ApplicationName>{1,1}</ApplicationName>
  <Version>{0,1}</Version>
  <Description>{0,1}</Description>
  <URI>{0,1}</URI>
  <ReferencedStandardIds n="">{0,1}</ReferencedStandardIds>
</Software>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the software, used for referencing.
Source
<xs:element name="Software" type="SoftwareType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Software element defines information about a particular software application.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type SoftwaresType
Annotations
The SoftwaresType defines a list of software applications.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SoftwaresType.tmp#SoftwaresType_n IntermediatesPMI_xsd_Complex_Type_SoftwaresType.tmp#SoftwaresType_Software
Used by
Children Software
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of software applications in the list.
Source
<xs:complexType name="SoftwaresType">
  <xs:annotation>
    <xs:documentation>The SoftwaresType defines a list of software applications.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Software" type="SoftwareType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Software element defines information about a particular software application.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of software applications in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute SoftwaresType / @n
Annotations
The required n attribute is the number of software applications in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SoftwaresType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of software applications in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd