Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArrayReferenceFullType / Id
Annotations
The Id element is a reference to a QIF id that may include an AsmPath.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="Id" type="QIFReferenceFullType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Id element is a 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 ArrayReferenceFullType
Annotations
The ArrayReferenceFullType is an array of references to object IDs.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id
Used by
Elements CharacteristicNominalBaseType/EntityExternalIds, CharacteristicNominalBaseType/EntityInternalIds, CharacteristicNominalBaseType/FeatureNominalIds, CharacteristicNominalBaseType/FeatureZoneIds, DatumDefinitionType/DatumTargetIds, DatumDefinitionType/FeatureNominalIds, DisplayStyleGroupType/BodyIds, DisplayStyleGroupType/ComponentIds, ExplodedViewMoveGroupType/BodyIds, ExplodedViewMoveGroupType/ComponentIds, ExtrudedCrossSectionFeatureNominalType/CrossSectionReferenceFeatureId, FeatureMeasurementBaseType/MeasurementDeviceIds, FeatureMeasurementBaseType/NotedEventIds, FeatureNominalBaseType/EntityExternalIds, FeatureNominalBaseType/EntityInternalIds, FeatureZoneAreaBaseType/EdgeIds, FeatureZoneAreaBaseType/FaceIds, FeatureZoneCurveBaseType/CurveIds, FeatureZoneCurveBaseType/EdgeIds, FolderPartAssemblyBaseType/CharacteristicNominalIds, FolderPartAssemblyBaseType/DatumDefinitionIds, FolderPartAssemblyBaseType/DatumReferenceFrameIds, FolderPartAssemblyBaseType/DatumTargetDefinitionIds, FolderPartAssemblyBaseType/FeatureNominalIds, FolderPartAssemblyBaseType/FeatureZoneIds, FolderPartAssemblyBaseType/NoteIds, FolderPartAssemblyBaseType/PartNoteIds, GroupFeatureNominalType/FeatureNominalIds, LayerType/ElementIds, NoteType/EntityExternalIds, NoteType/EntityInternalIds, OtherNonShapeFeatureNominalType/ReferenceFeatureNominalIds, PositionCoordinateMethodType/FeatureZoneIds, SavedViewType/AnnotationHiddenIds, SavedViewType/AnnotationVisibleIds, SavedViewType/BodyIds, SavedViewType/ComponentIds, SimplifiedRepresentationGroupType/BodyIds, SimplifiedRepresentationGroupType/ComponentIds, TrailingZeroDimensionalCharacteristicDisplayGroupType/DimensionalCharacteristicIds, TrailingZeroGeometricCharacteristicDisplayGroupType/GeometricCharacteristicIds, WeldCompoundCharacteristicDefinitionType/WeldCharacteristicDefinitionIds, WeldCompoundCharacteristicNominalType/WeldCharacteristicNominalIds
Children Id
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="ArrayReferenceFullType">
  <xs:annotation>
    <xs:documentation>The ArrayReferenceFullType is an array of references to object IDs.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Id" type="QIFReferenceFullType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The Id element is a 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 ArrayReferenceFullType / @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
Complex Type ArrayReferenceFullType
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