Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AsmPathType / ComponentIds
Annotations
The ComponentIds element is an array of identifiers of the scene components which contain this entity. This array shows the "path" from the root to the parent component. The id of the parent component must be the last element of this array.
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
<ComponentIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</ComponentIds>
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="ComponentIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The ComponentIds element is an array of identifiers of the scene components which contain this entity. This array shows the "path" from the root to the parent component. The id of the parent component must be the last element of this array.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type AsmPathType
Annotations
The AsmPathType defines information about assembly path, this path is used for identification of an object inside an assembly.
Diagram
Diagram QIFProduct_xsd_Complex_Type_AsmPathType.tmp#AsmPathType_id QIFProduct_xsd_Complex_Type_AsmPathType.tmp#AsmPathType_ComponentIds
Used by
Children ComponentIds
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the assembly path, used for referencing.
Source
<xs:complexType name="AsmPathType">
  <xs:annotation>
    <xs:documentation>The AsmPathType defines information about assembly path, this path is used for identification of an object inside an assembly.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ComponentIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The ComponentIds element is an array of identifiers of the scene components which contain this entity. This array shows the "path" from the root to the parent component. The id of the parent component must be the last element of this array.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The required id attribute is the QIF id of the assembly path, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute AsmPathType / @id
Annotations
The required id attribute is the QIF id of the assembly path, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type AsmPathType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required id attribute is the QIF id of the assembly path, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd