Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element CharacteristicStatusType / CharacteristicStatusEnum
Annotations
The CharacteristicStatusEnum element describes an often-used status of a characteristic.
Diagram
Diagram Characteristics_xsd_Simple_Type_CharacteristicStatusEnumType.tmp#CharacteristicStatusEnumType
Type CharacteristicStatusEnumType
Properties
content simple
Facets
enumeration PASS
enumeration FAIL
enumeration REWORK
enumeration SYSERROR
enumeration INDETERMINATE
enumeration NOT_ANALYZED
enumeration BASIC_OR_TED
enumeration UNDEFINED
Source
<xs:element name="CharacteristicStatusEnum" type="CharacteristicStatusEnumType">
  <xs:annotation>
    <xs:documentation>The CharacteristicStatusEnum element describes an often-used status of a characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicStatusType / OtherCharacteristicStatus
Annotations
The OtherCharacteristicStatus element describes the status of a characteristic in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherCharacteristicStatus" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherCharacteristicStatus element describes the status of a characteristic in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicStatusType
Annotations
The CharacteristicStatusType defines the status of a characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_CharacteristicStatusEnum Characteristics_xsd_Complex_Type_CharacteristicStatusType.tmp#CharacteristicStatusType_OtherCharacteristicStatus
Used by
Children CharacteristicStatusEnum, OtherCharacteristicStatus
Source
<xs:complexType name="CharacteristicStatusType">
  <xs:annotation>
    <xs:documentation>The CharacteristicStatusType defines the status of a characteristic.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>This compositor provides a choice between the characteristic status as an enumeration of a common type and a user defined string that describes the characteristic status.</xs:documentation>
    </xs:annotation>
    <xs:element name="CharacteristicStatusEnum" type="CharacteristicStatusEnumType">
      <xs:annotation>
        <xs:documentation>The CharacteristicStatusEnum element describes an often-used status of a characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherCharacteristicStatus" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherCharacteristicStatus element describes the status of a characteristic in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd