The optional AllAround element indicates weld on all sides of the joint.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="AllAround" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional AllAround element indicates weld on all sides of the joint.</xs:documentation></xs:annotation></xs:element>
The optional Field element indicates the weld process occurs on a job site, not in the welding shop.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="Field" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional Field element indicates the weld process occurs on a job site, not in the welding shop.</xs:documentation></xs:annotation></xs:element>
The optional Specification contains a specification that describes a specific welding process. This note shall use the standard welding abbreviations when available such as AAW (Air Acetylene Welding), AB (Arc Brazing), AHW (Atomic Hydrogen Welding), ..., TC (Thermal Cutting). Clear non-standard notes may be also utilized.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
Source
<xs:element name="Specification" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Specification contains a specification that describes a specific welding process. This note shall use the standard welding abbreviations when available such as AAW (Air Acetylene Welding), AB (Arc Brazing), AHW (Atomic Hydrogen Welding), ..., TC (Thermal Cutting). Clear non-standard notes may be also utilized.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of elements in this array.
Source
<xs:element name="NonDestructiveTesting" type="ArrayNonDestructiveTestingType" minOccurs="0"><xs:annotation><xs:documentation>The optional NonDestructiveTesting element specifies a set of non-destructive tests.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="WeldCharacteristicNominalBaseType" abstract="true"><xs:annotation><xs:documentation>The WeldCharacteristicNominalBaseType is the abstract base type that defines a unique welding characteristic.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicNominalBaseType"><xs:sequence><xs:element name="AllAround" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional AllAround element indicates weld on all sides of the joint.</xs:documentation></xs:annotation></xs:element><xs:element name="Field" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional Field element indicates the weld process occurs on a job site, not in the welding shop.</xs:documentation></xs:annotation></xs:element><xs:element name="Specification" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Specification contains a specification that describes a specific welding process. This note shall use the standard welding abbreviations when available such as AAW (Air Acetylene Welding), AB (Arc Brazing), AHW (Atomic Hydrogen Welding), ..., TC (Thermal Cutting). Clear non-standard notes may be also utilized.</xs:documentation></xs:annotation></xs:element><xs:element name="WeldingProcess" type="WeldingProcessType" minOccurs="0"><xs:annotation><xs:documentation>The optional WeldingProcess element specifies a welding process.</xs:documentation></xs:annotation></xs:element><xs:element name="NonDestructiveTesting" type="ArrayNonDestructiveTestingType" minOccurs="0"><xs:annotation><xs:documentation>The optional NonDestructiveTesting element specifies a set of non-destructive tests.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>