Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArrayNonDestructiveTestingType / TypeOfTest
Annotations
Each TypeOfTest element is a non-destructive testing type.
Diagram
Diagram Characteristics_xsd_Simple_Type_NonDestructiveTestingEnumType.tmp#NonDestructiveTestingEnumType
Type NonDestructiveTestingEnumType
Properties
content simple
maxOccurs unbounded
Facets
enumeration ACOUSTIC_EMISSION
enumeration ELECTROMAGNETIC
enumeration LEAK
enumeration MAGNETIC_PARTICLE
enumeration NEUTRON_RADIOGRAPHIC
enumeration PENETRANT
enumeration PROOF
enumeration RADIOGRAPHIC
enumeration ULTRASONIC
enumeration VISUAL
Source
<xs:element name="TypeOfTest" type="NonDestructiveTestingEnumType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each TypeOfTest element is a non-destructive testing type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type ArrayNonDestructiveTestingType
Annotations
The ArrayNonDestructiveTestingType is an array of non-destructive testing types.
Diagram
Diagram Characteristics_xsd_Complex_Type_ArrayNonDestructiveTestingType.tmp#ArrayNonDestructiveTestingType_n Characteristics_xsd_Complex_Type_ArrayNonDestructiveTestingType.tmp#ArrayNonDestructiveTestingType_TypeOfTest
Used by
Children TypeOfTest
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this array.
Source
<xs:complexType name="ArrayNonDestructiveTestingType">
  <xs:annotation>
    <xs:documentation>The ArrayNonDestructiveTestingType is an array of non-destructive testing types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TypeOfTest" type="NonDestructiveTestingEnumType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each TypeOfTest element is a non-destructive testing type.</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 elements in this array.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Attribute ArrayNonDestructiveTestingType / @n
Annotations
The required n attribute is the number of elements in this array.
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 elements in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd