Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CharacteristicGroupStatusesType / CharacteristicGroupStatus
Annotations
Each CharacteristicGroupStatus element gives information about the inspection status of a characteristic group.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicGroupStatusType.tmp#CharacteristicGroupStatusType_Status Characteristics_xsd_Complex_Type_CharacteristicGroupStatusType.tmp#CharacteristicGroupStatusType_GroupId Characteristics_xsd_Complex_Type_CharacteristicGroupStatusType.tmp#CharacteristicGroupStatusType
Type CharacteristicGroupStatusType
Properties
content complex
maxOccurs unbounded
Children GroupId, Status
Instance
<CharacteristicGroupStatus xmlns="http://qifstandards.org/xsd/qif3">
  <Status>{1,1}</Status>
  <GroupId asmPathId="" asmPathXId="" xId="">{1,1}</GroupId>
</CharacteristicGroupStatus>
Source
<xs:element name="CharacteristicGroupStatus" type="CharacteristicGroupStatusType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each CharacteristicGroupStatus element gives information about the inspection status of a characteristic group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicGroupStatusesType
Annotations
The CharacteristicGroupStatusesType defines a list of characteristic group statuses.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicGroupStatusesType.tmp#CharacteristicGroupStatusesType_n Characteristics_xsd_Complex_Type_CharacteristicGroupStatusesType.tmp#CharacteristicGroupStatusesType_CharacteristicGroupStatus
Used by
Children CharacteristicGroupStatus
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of characteristic group statuses in this set.
Source
<xs:complexType name="CharacteristicGroupStatusesType">
  <xs:annotation>
    <xs:documentation>The CharacteristicGroupStatusesType defines a list of characteristic group statuses.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CharacteristicGroupStatus" type="CharacteristicGroupStatusType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each CharacteristicGroupStatus element gives information about the inspection status of a characteristic group.</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 characteristic group statuses in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Attribute CharacteristicGroupStatusesType / @n
Annotations
The required n attribute is the number of characteristic group statuses in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of characteristic group statuses in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd