Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element UserDefinedAttributeCharacteristicNominalType / PassValues
Annotations
The optional PassValues element is a list of acceptable target values for the user-defined characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_StringValuesType.tmp#StringValuesType_n Characteristics_xsd_Complex_Type_StringValuesType.tmp#StringValuesType_StringValue Characteristics_xsd_Complex_Type_StringValuesType.tmp#StringValuesType
Type StringValuesType
Properties
content complex
minOccurs 0
Children StringValue
Instance
<PassValues n="" xmlns="http://qifstandards.org/xsd/qif3">
  <StringValue>{1,unbounded}</StringValue>
</PassValues>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of strings in this list.
Source
<xs:element name="PassValues" type="StringValuesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional PassValues element is a list of acceptable target values for the user-defined characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element UserDefinedAttributeCharacteristicNominalType / FailValues
Annotations
The optional FailValues element is a list of values for the user-defined characteristic that indicate failure to achieve an allowed target value of the characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_StringValuesType.tmp#StringValuesType_n Characteristics_xsd_Complex_Type_StringValuesType.tmp#StringValuesType_StringValue Characteristics_xsd_Complex_Type_StringValuesType.tmp#StringValuesType
Type StringValuesType
Properties
content complex
minOccurs 0
Children StringValue
Instance
<FailValues n="" xmlns="http://qifstandards.org/xsd/qif3">
  <StringValue>{1,unbounded}</StringValue>
</FailValues>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of strings in this list.
Source
<xs:element name="FailValues" type="StringValuesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FailValues element is a list of values for the user-defined characteristic that indicate failure to achieve an allowed target value of the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type UserDefinedAttributeCharacteristicNominalType
Annotations
The UserDefinedAttributeCharacteristicNominalType defines a unique user-defined characteristic nominal for an attribute characteristic.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDefinitionId Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureNominalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureZoneIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityInternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityExternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType Characteristics_xsd_Complex_Type_UserDefinedAttributeCharacteristicNominalType.tmp#UserDefinedAttributeCharacteristicNominalType_PassValues Characteristics_xsd_Complex_Type_UserDefinedAttributeCharacteristicNominalType.tmp#UserDefinedAttributeCharacteristicNominalType_FailValues
Type extension of CharacteristicNominalBaseType
Type hierarchy
Used by
Children Attributes, CharacteristicDefinitionId, CharacteristicDesignator, Description, EntityExternalIds, EntityInternalIds, FailValues, FeatureNominalIds, FeatureZoneIds, Name, PassValues, SubstituteFeatureAlgorithm
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="UserDefinedAttributeCharacteristicNominalType">
  <xs:annotation>
    <xs:documentation>The UserDefinedAttributeCharacteristicNominalType defines a unique user-defined characteristic nominal for an attribute characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicNominalBaseType">
      <xs:sequence>
        <xs:element name="PassValues" type="StringValuesType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional PassValues element is a list of acceptable target values for the user-defined characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="FailValues" type="StringValuesType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional FailValues element is a list of values for the user-defined characteristic that indicate failure to achieve an allowed target value of the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd