Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CharacteristicGroupStatusType / Status
Annotations
The Status element is the characteristic condition for the characteristic group as a whole.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_CharacteristicStatusEnum Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_OtherCharacteristicStatus Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType
Type CharacteristicStatusType
Properties
content complex
Children CharacteristicStatusEnum, OtherCharacteristicStatus
Instance
<Status xmlns="http://qifstandards.org/xsd/qif3">
  <CharacteristicStatusEnum>{1,1}</CharacteristicStatusEnum>
  <OtherCharacteristicStatus>{1,1}</OtherCharacteristicStatus>
</Status>
Source
<xs:element name="Status" type="CharacteristicStatusType">
  <xs:annotation>
    <xs:documentation>The Status element is the characteristic condition for the characteristic group as a whole.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicGroupStatusType / GroupId
Annotations
The GroupId element is the QIF id of the characteristic group to which the status applies.
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
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="GroupId" type="QIFReferenceFullType">
  <xs:annotation>
    <xs:documentation>The GroupId element is the QIF id of the characteristic group to which the status applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicGroupStatusType
Annotations
The CharacteristicGroupStatusType defines a post inspection status of a characteristic group.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicGroupStatusType.tmp#CharacteristicGroupStatusType_Status Characteristics_xsd_Complex_Type_CharacteristicGroupStatusType.tmp#CharacteristicGroupStatusType_GroupId
Used by
Children GroupId, Status
Source
<xs:complexType name="CharacteristicGroupStatusType">
  <xs:annotation>
    <xs:documentation>The CharacteristicGroupStatusType defines a post inspection status of a characteristic group.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Status" type="CharacteristicStatusType">
      <xs:annotation>
        <xs:documentation>The Status element is the characteristic condition for the characteristic group as a whole.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GroupId" type="QIFReferenceFullType">
      <xs:annotation>
        <xs:documentation>The GroupId element is the QIF id of the characteristic group to which the status applies.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd