The InspectionScopeEnumType enumerates values that describe the first article inspection scope. For an AS9102A or AS9102B application, allowable values are DETAIL and ASSEMBLY.
<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>