Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArrayReferenceType / Id
Annotations
Each Id element is a reference to the QIF id of an object.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
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="QIFReferenceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Id element is a reference to the QIF id of an object.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ArrayReferenceType
Annotations
The ArrayReferenceType is an array of references to object IDs.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id
Used by
Elements ActionBaseType/AlternativeActionMethodIds, ActionBaseType/PreferredResourceIds, ActionMethodBaseType/ChosenResourceIds, ActionMethodBaseType/WorkInstructionIds, ActualProductTraceabilityType/MeasurementDeviceIds, ActualProductTraceabilityType/NotableEventIds, ActualProductTraceabilityType/NotedEventIds, AsmPathType/ComponentIds, AssemblyType/ComponentIds, AssignableCauseType/CorrectiveActionIds, BiasStudyPlanType/MeasurementDeviceIds, BiasStudyResultsType/MeasurementDeviceIds, BodyType/EdgeIds, BodyType/FaceIds, BodyType/LoopIds, BodyType/ShellIds, BodyType/VertexIds, CarriageType/ToolIds, CartesianCMMType/SensorIds, CartesianCMMType/ToolIds, CharacteristicGroupType/CharacteristicItemIds, CharacteristicItemBaseType/FeatureItemIds, CharacteristicItemBaseType/MeasurementDeviceIds, CharacteristicItemBaseType/NotableEventIds, CharacteristicMeasurementBaseType/FeatureMeasurementIds, CharacteristicMeasurementBaseType/MeasurementDeviceIds, CharacteristicMeasurementBaseType/NotedEventIds, ComputedTomographyType/ToolIds, ControlMethodType/AssignableCauseIds, EvaluateSpecifiedCharacteristicsActionType/CharacteristicItemIds, FaceMeshType/LoopIds, FaceType/LoopIds, FeatureItemBaseType/NotableEventIds, FolderAssemblyType/ComponentIds, FolderPartAssemblyBaseType/AuxiliaryIds, FolderPartAssemblyBaseType/BodyIds, FolderPartAssemblyBaseType/CoordinateSystemIds, FolderPartAssemblyBaseType/FolderIds, FolderPartAssemblyBaseType/PointCloudIds, FolderPartAssemblyBaseType/ViewIds, GageRandRStudyPlanType/MeasurementDeviceIds, GageRandRStudyResultsType/MeasurementDeviceIds, InspectionSoftwareItemsType/AnalysisSoftware, InspectionSoftwareItemsType/CADSoftware, InspectionSoftwareItemsType/DMESoftware, InspectionSoftwareItemsType/InspectionProgramExecutionSoftware, InspectionSoftwareItemsType/InspectionProgramGenerationSoftware, LinearityStudyPlanType/MeasurementDeviceIds, LinearityStudyResultsType/MeasurementDeviceIds, MeasureEvaluateSpecifiedActionType/CharacteristicItemIds, MeasureSpecifiedFeaturesActionType/FeatureItemIds, MeasureSpecifiedMeasurandsActionType/MeasurandIds, MeasurementResultsType/ActualComponentIds, MicroscopeType/ToolIds, OpticalComparatorType/ToolIds, ParallelLinkCMMType/ToolIds, PartAssemblyBaseType/AuxiliaryIds, PartAssemblyBaseType/BodyIds, PartAssemblyBaseType/CharacteristicNominalIds, PartAssemblyBaseType/CoordinateSystemIds, PartAssemblyBaseType/DatumDefinitionIds, PartAssemblyBaseType/DatumReferenceFrameIds, PartAssemblyBaseType/DatumTargetDefinitionIds, PartAssemblyBaseType/FeatureNominalIds, PartAssemblyBaseType/FeatureZoneIds, PartAssemblyBaseType/NoteIds, PartAssemblyBaseType/PartNoteIds, PartAssemblyBaseType/PointCloudIds, PartAssemblyBaseType/ViewIds, PartNoteType/PartNoteIds, PlanElementBaseType/WorkInstructionIds, PreInspectionTraceabilityType/AsmPathIds, ProductTraceabilityType/MeasurementDeviceIds, ProductTraceabilityType/NotableEventIds, SectionGroupType/Vertices, ShellType/FaceIds, SimultaneousRequirementGroupType/CharacteristicNominalIds, SoftwareType/ReferencedStandardIds, StabilityStudyPlanType/MeasurementDeviceIds, StabilityStudyResultsType/MeasurementDeviceIds, StandardType/ReferencedStandardIds, StatisticalStudyPlanBaseType/CharacteristicItemIds, StatisticalStudyPlanBaseType/FeatureItemIds, StatisticalStudyResultsBaseType/ResultsIds, StatsArrayIdType/Ids, StatsNonNegativeIntegerWithReferencesType/Ids, StudyIssueType/AssignableCauseIds, StudyIssueType/CharacteristicMeasurementIds, StudyIssueType/CorrectiveActionIds, StudyIssueType/SubgroupIds, ToolWithDetachableSensorsType/SensorIds, UniversalLengthMeasuringType/ToolIds, WeldCompoundCharacteristicItemType/WeldCharacteristicItemIds, WeldCompoundCharacteristicMeasurementType/WeldCharacteristicMeasurementIds
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="ArrayReferenceType">
  <xs:annotation>
    <xs:documentation>The ArrayReferenceType is an array of references to object IDs.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Id" type="QIFReferenceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Id element is a reference to the QIF id of an object.</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 ArrayReferenceType / @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 ArrayReferenceType
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