Definition Type: ComplexType
Name: MeasurementSession
Containing Schema: hcm-core.xsd
Abstract
Documentation:
A measurement session is a part of a measurement campaign that contains thickness measurements executed in a single location (port stay, on voyage or dry dock) by specified personnel of a thickness measurement company, supervised by a surveyor within a contiguous period in time. This period can be for example as small as a working day. A measurement campaign may consist several measurement sessions due to limitations in time and accessibility of structures and compartments, the vessels schedule or limited dry dock capacities. Measurement sessions will differ by time frame, location and/or executing company. 
Each measurement point with value must be associated to exactly one measurement session. If there is only one session, this association can be implicit.
Collapse XSD Schema Diagram:
Drilldown into comment Drilldown into status Drilldown into id Drilldown into surveyorName Drilldown into equipment Drilldown into locationXSD Diagram of MeasurementSession
Collapse XSD Schema Code:
<xs:complexType name="MeasurementSession">
    <xs:annotation>
        <xs:documentation xml:lang="en">A measurement session is a part of a measurement campaign that contains thickness measurements executed in a single location (port stay, on voyage or dry dock) by specified personnel of a thickness measurement company, supervised by a surveyor within a contiguous period in time. This period can be for example as small as a working day. A measurement campaign may consist several measurement sessions due to limitations in time and accessibility of structures and compartments, the vessels schedule or limited dry dock capacities. Measurement sessions will differ by time frame, location and/or executing company. 
Each measurement point with value must be associated to exactly one measurement session. If there is only one session, this association can be implicit.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Duration" type="TimeSpan" minOccurs="0" />
        <xs:element name="ExecutingCompany" type="CertifiedCompany" minOccurs="0" />
        <xs:element name="Operator" type="Person" maxOccurs="unbounded" />
        <xs:element name="Attachments" type="DocumentReferences" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">
                    <UL>
                        <LI>Documents, drawings, photos and gauging files related the state of the vessel during this measurement session. This includes actual readings recorded by a gauging device (data logger) in
								proprietary format. Typical formats are .jpg, .tiff, .bmp, .png, .pdf, .utm.</LI>
                        <LI>Photos documenting individual failures per structural member or compartment, optionally recorded with position, typical format is .jpg.</LI>
                    </UL>
                </xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="location" type="xs:string" use="required" />
    <xs:attribute name="equipment" type="xs:string" use="required" />
    <xs:attribute name="surveyorName" type="xs:string" use="required" />
    <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Duration Duration 0 (1)
ExecutingCompany ExecutingCompany 0 (1)
Operator Operator (1) unbounded
Attachments Attachments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
location location Required
equipment equipment Required
surveyorName surveyorName Required
id id Required
status status Required
comment comment (Optional)
Collapse Derivation Tree:
Collapse References:
MeasurementSession