Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AsmPathsType / AsmPath
Annotations
Each AsmPath element is an assembly path in the list.
Diagram
Diagram QIFProduct_xsd_Complex_Type_AsmPathType.tmp#AsmPathType_id QIFProduct_xsd_Complex_Type_AsmPathType.tmp#AsmPathType_ComponentIds QIFProduct_xsd_Complex_Type_AsmPathType.tmp#AsmPathType
Type AsmPathType
Properties
content complex
maxOccurs unbounded
Children ComponentIds
Instance
<AsmPath id="" xmlns="http://qifstandards.org/xsd/qif3">
  <ComponentIds n="">{0,1}</ComponentIds>
</AsmPath>
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:element name="AsmPath" type="AsmPathType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each AsmPath element is an assembly path in the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type AsmPathsType
Annotations
The AsmPathsType defines a list of one or more assembly paths.
Diagram
Diagram QIFProduct_xsd_Complex_Type_AsmPathsType.tmp#AsmPathsType_n QIFProduct_xsd_Complex_Type_AsmPathsType.tmp#AsmPathsType_AsmPath
Used by
Element AsmPaths
Children AsmPath
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of assembly paths in this set.
Source
<xs:complexType name="AsmPathsType">
  <xs:annotation>
    <xs:documentation>The AsmPathsType defines a list of one or more assembly paths.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AsmPath" type="AsmPathType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each AsmPath element is an assembly path in the list.</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 assembly paths in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute AsmPathsType / @n
Annotations
The required n attribute is the number of assembly paths in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AsmPathsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of assembly paths in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd