Showing:

Annotations
Diagrams
Properties
Source
Used by
Element ProcessParameterType / ParameterType
Annotations
The ParameterType defines the type of the process parameter.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ParameterType" type="xs:string">
  <xs:annotation>
    <xs:documentation>The ParameterType defines the type of the process parameter.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ProcessParameterType / ParameterValue
Annotations
The ParameterValue is the value of the process parameter.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ParameterValue" type="xs:string">
  <xs:annotation>
    <xs:documentation>The ParameterValue is the value of the process parameter.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type ProcessParameterType
Annotations
The ProcessParameterType defines the type and value of a process parameter.
Diagram
Diagram Traceability_xsd_Complex_Type_ProcessParameterType.tmp#ProcessParameterType_ParameterType Traceability_xsd_Complex_Type_ProcessParameterType.tmp#ProcessParameterType_ParameterValue
Used by
Children ParameterType, ParameterValue
Source
<xs:complexType name="ProcessParameterType">
  <xs:annotation>
    <xs:documentation>The ProcessParameterType defines the type and value of a process parameter.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ParameterType" type="xs:string">
      <xs:annotation>
        <xs:documentation>The ParameterType defines the type of the process parameter.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ParameterValue" type="xs:string">
      <xs:annotation>
        <xs:documentation>The ParameterValue is the value of the process parameter.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd