Inspection

Uses the Component:InspectionType

The Inspection component is used for surveys, inspections, etc. and identfies the results of the survey/inspection.

Fields and Components

Table 6.123. Fields and Components

Name Description Occurrence Type Data Type User Notes
InspectionDate

The date that the inspection took place.

1..1Field udt:DateType  
InspectionCompanyName

The company that performed the inspection.

0..1Field udt:NameType  
InspectionNumberString

A reference number for tracking the inspection.

0..1Field qdt:StringType  
EstimatedInspectedItemValueAmount

The determined value of the inspected item.

0..1Field udt:AmountType  
InspectionNotes

Free form text desribing any notes from the inspection performed.

0..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.123. Inspection

<Inspection>
     <InspectionDate>......</InspectionDate>     [1..1]
     <InspectionCompanyName>......</InspectionCompanyName>     [0..1]
     <InspectionNumberString>......</InspectionNumberString>     [0..1]
     <EstimatedInspectedItemValueAmount>......</EstimatedInspectedItemValueAmount>     [0..1]
     <InspectionNotes>......</InspectionNotes>     [0..1]
</Inspection>