Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TimeDescriptionType / TimeDescriptionEnum
Annotations
The TimeDescriptionEnum element describes an often-used relative time.
Diagram
Diagram Traceability_xsd_Simple_Type_TimeDescriptionEnumType.tmp#TimeDescriptionEnumType
Type TimeDescriptionEnumType
Properties
content simple
Facets
enumeration INSPECTION_START
enumeration INSPECTION_END
enumeration INTERMEDIATE
Source
<xs:element name="TimeDescriptionEnum" type="TimeDescriptionEnumType">
  <xs:annotation>
    <xs:documentation>The TimeDescriptionEnum element describes an often-used relative time.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element TimeDescriptionType / OtherTimeDescription
Annotations
The OtherTimeDescription element gives a relative time in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherTimeDescription" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherTimeDescription element gives a relative time in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type TimeDescriptionType
Annotations
The TimeDescriptionType defines the time, relative to the inspection, at which the environment data are measured.
Diagram
Diagram Traceability_xsd_Complex_Type_TimeDescriptionType.tmp#TimeDescriptionType_TimeDescriptionEnum Traceability_xsd_Complex_Type_TimeDescriptionType.tmp#TimeDescriptionType_OtherTimeDescription
Used by
Children OtherTimeDescription, TimeDescriptionEnum
Source
<xs:complexType name="TimeDescriptionType">
  <xs:annotation>
    <xs:documentation>The TimeDescriptionType defines the time, relative to the inspection, at which the environment data are measured.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="TimeDescriptionEnum" type="TimeDescriptionEnumType">
      <xs:annotation>
        <xs:documentation>The TimeDescriptionEnum element describes an often-used relative time.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTimeDescription" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherTimeDescription element gives a relative time in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd