Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ErrorsType / Error
Annotations
Each Error element describes an error that occurred during the measurement process.
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<xs:element name="Error" type="xs:string" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Error element describes an error that occurred during the measurement process.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type ErrorsType
Annotations
The ErrorsType defines a list of errors that occurred during the measurement process.
Diagram
Diagram Traceability_xsd_Complex_Type_ErrorsType.tmp#ErrorsType_n Traceability_xsd_Complex_Type_ErrorsType.tmp#ErrorsType_Error
Used by
Children Error
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Error elements in the set.
Source
<xs:complexType name="ErrorsType">
  <xs:annotation>
    <xs:documentation>The ErrorsType defines a list of errors that occurred during the measurement process.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Error" type="xs:string" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Error element describes an error that occurred during the measurement process.</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 Error elements in the set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Attribute ErrorsType / @n
Annotations
The required n attribute is the number of Error elements in the set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ErrorsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of Error elements in the set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd