j:InspectionType
complexType InspectionType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a checking or testing of an individual or entity against established standards.
Diagram
XML Schema
<xs:complexType name="InspectionType">
<xs:annotation>
<xs:documentation>
A data type for a checking or testing of an individual or entity against established standards.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:InspectionScopeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InspectionTopicText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InspectionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>