Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type InspectionScopeEnumType
Annotations
The InspectionScopeEnumType enumerates values that describe the first article inspection scope. For an AS9102A or AS9102B application, allowable values are DETAIL and ASSEMBLY.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration DETAIL
enumeration ASSEMBLY
Used by
Source
<xs:simpleType name="InspectionScopeEnumType">
  <xs:annotation>
    <xs:documentation>The InspectionScopeEnumType enumerates values that describe the first article inspection scope. For an AS9102A or AS9102B application, allowable values are DETAIL and ASSEMBLY.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="DETAIL"/>
    <xs:enumeration value="ASSEMBLY"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd