Uses the Component:InspectionType
The Inspection component is used for surveys, inspections, etc. and identfies the results of the survey/inspection.
Table 6.123. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
InspectionDate |
The date that the inspection took place. | 1..1 | Field | udt:DateType | |
InspectionCompanyName |
The company that performed the inspection. | 0..1 | Field | udt:NameType | |
InspectionNumberString |
A reference number for tracking the inspection. | 0..1 | Field | qdt:StringType | |
EstimatedInspectedItemValueAmount |
The determined value of the inspected item. | 0..1 | Field | udt:AmountType | |
InspectionNotes |
Free form text desribing any notes from the inspection performed. | 0..1 | Field | udt:TextType |
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>