Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ArrayPairReferenceFullType / FeaturePair
Annotations
The Id element is reference to a QIF id that may include an AsmPath.
Diagram
Diagram Primitives_xsd_Complex_Type_QIFFeaturePairType.tmp#QIFFeaturePairType_FirstFeature Primitives_xsd_Complex_Type_QIFFeaturePairType.tmp#QIFFeaturePairType_SecondFeature Primitives_xsd_Complex_Type_QIFFeaturePairType.tmp#QIFFeaturePairType_FirstFeatureZone Primitives_xsd_Complex_Type_QIFFeaturePairType.tmp#QIFFeaturePairType_SecondFeatureZone Primitives_xsd_Complex_Type_QIFFeaturePairType.tmp#QIFFeaturePairType
Type QIFFeaturePairType
Properties
content complex
maxOccurs unbounded
Children FirstFeature, FirstFeatureZone, SecondFeature, SecondFeatureZone
Instance
<FeaturePair xmlns="http://qifstandards.org/xsd/qif3">
  <FirstFeature asmPathId="" asmPathXId="" xId="">{1,1}</FirstFeature>
  <SecondFeature asmPathId="" asmPathXId="" xId="">{1,1}</SecondFeature>
  <FirstFeatureZone asmPathId="" asmPathXId="" xId="">{0,1}</FirstFeatureZone>
  <SecondFeatureZone asmPathId="" asmPathXId="" xId="">{0,1}</SecondFeatureZone>
</FeaturePair>
Source
<xs:element name="FeaturePair" type="QIFFeaturePairType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Id element is reference to a QIF id that may include an AsmPath.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ArrayPairReferenceFullType
Annotations
The ArrayReferenceFullType is an array of references to object IDs.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayPairReferenceFullType.tmp#ArrayPairReferenceFullType_n Primitives_xsd_Complex_Type_ArrayPairReferenceFullType.tmp#ArrayPairReferenceFullType_FeaturePair
Used by
Children FeaturePair
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:complexType name="ArrayPairReferenceFullType">
  <xs:annotation>
    <xs:documentation>The ArrayReferenceFullType is an array of references to object IDs.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FeaturePair" type="QIFFeaturePairType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The Id element is reference to a QIF id that may include an AsmPath.</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 Id elements in this array.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ArrayPairReferenceFullType / @n
Annotations
The required n attribute is the number of Id elements in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of Id elements in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd