Definition Type: Element
Name: ThicknessMeasurementCampaign
Containing Schema: hcm-model.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A measurement campaign defines the overall scope of thickness measurements of the hull structure required in preparation of a CAP survey or a class survey. In particular, IACS URZ10 requires that "In any kind of survey, i.e. special, intermediate, annual or other surveys having the scope of the foregoing ones, thickness measurements of structures in areas where close-up surveys are required shall be carried out simultaneously with close-up surveys." Typically the results of a measurement campaign are reported to ship owner and classification society, who use them for the purpose of strength assessments as well as for repair planning.
Collapse XSD Schema Diagram:
Drilldown into comment Drilldown into status Drilldown into id Drilldown into reportNumber Drilldown into reportCreatedXSD Diagram of ThicknessMeasurementCampaign
Collapse XSD Schema Code:
<xs:element name="ThicknessMeasurementCampaign" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A measurement campaign defines the overall scope of thickness measurements of the hull structure required in preparation of a CAP survey or a class survey. In particular, IACS URZ10 requires that "In any kind of survey, i.e. special, intermediate, annual or other surveys having the scope of the foregoing ones, thickness measurements of structures in areas where close-up surveys are required shall be carried out simultaneously with close-up surveys." Typically the results of a measurement campaign are reported to ship owner and classification society, who use them for the purpose of strength assessments as well as for repair planning.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ClassSurvey" type="Survey" minOccurs="0" />
            <xs:element name="ThicknessMeasurements" type="Gaugings" minOccurs="0" />
            <xs:element name="MeasurementGroups" type="MeasurementGroupType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Measurement groups is a collection of all measurement tasks within a measurement campaign or measurement session.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="MeasurementSession" type="MeasurementSession" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="Attachments" type="DocumentReferences" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Documents, drawings, photos describing the general state of the vessel, e.g. upon delivery. This includes general drawings such as general arrangement or tank plan. Typical formats are .jpg,
										.tiff, .bmp, .png, .pdf. The following types of attachments may be included in this model:
										<UL><li>photos documenting failures per compartment, often recorded with position, typical format is .jpg</li>
                            <li>sketches taken during measurements in order to document the position of individual measurement points, typical format (.jpg,.tiff,.bmp,.png,.pdf)</li>
                            <li>recorded gauging files, typical format (.utm) =&gt; MeasurementSession</li>
                            <li>personal or company certificates, typical format (.jpg,.tiff,.bmp,.png,.pdf)</li>
                        </UL>
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="reportCreated" type="xs:date" />
        <xs:attribute name="reportNumber" type="xs:string" />
        <xs:attribute name="id" type="globalId" use="required" />
        <xs:attribute name="status" type="statusType" use="required" />
        <xs:attribute name="comment" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClassSurvey ClassSurvey 0 (1)
ThicknessMeasurements ThicknessMeasurements 0 (1)
MeasurementGroups MeasurementGroups 0 (1)
MeasurementSession MeasurementSession 0 unbounded
Attachments Attachments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
reportCreated reportCreated (Optional)
reportNumber reportNumber (Optional)
id id Required
status status Required
comment comment (Optional)