<xs:complexType name="InspectionStatusType">
<xs:annotation>
<xs:documentation>The InspectionStatusType defines the status of an inspection.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="InspectionStatusEnum" type="InspectionStatusEnumType">
<xs:annotation>
<xs:documentation>The InspectionStatusEnum element describes an often-used status of an inspection.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherInspectionStatus" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherInspectionStatus element describes the status of an inspection in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |