element TranshipmentAtSea
diagram FCS2_p55.png
properties
content complex
children FishingVesselMasterName TranshipDate TranshipArea TranshipPosition EstimatedWeight ReceivingVesselMasterName ReceivingVesselName ReceivingVesselCallSign ReceivingVesselIMONumber ReceivingVesselLloydsNumber
used by
elements CatchCertificateSimplified CatchCertificateStandard
annotation
documentation
Details of the Transhipment at Sea
source <xs:element name="TranshipmentAtSea">
 
<xs:annotation>
   
<xs:documentation>Details of the Transhipment at Sea</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="FishingVesselMasterName" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Master Name of the Source Fishing Vessel</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="TranshipDate" type="xs:date" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Transhipment Date</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="TranshipArea" type="clams:ManagementArea" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Transhipment Area</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="TranshipPosition" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Transhipment Position</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="EstimatedWeight" type="xs:positiveInteger" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Transhipment Estimated Weight</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ReceivingVesselMasterName" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Master Name of the Receiving Vessel</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="ReceivingVesselName" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel Name of the Receiving Vessel</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="ReceivingVesselCallSign" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Call Sign of the Receiving Vessel</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="ReceivingVesselIMONumber" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>IMO Number of the Receiving Vessel</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="ReceivingVesselLloydsNumber" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Lloyds Number of the Receiving Vessel</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TranshipmentAtSea/FishingVesselMasterName
diagram FCS2_p56.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Master Name of the Source Fishing Vessel
source <xs:element name="FishingVesselMasterName" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Master Name of the Source Fishing Vessel</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TranshipmentAtSea/TranshipDate
diagram FCS2_p57.png
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Transhipment Date
source <xs:element name="TranshipDate" type="xs:date" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Transhipment Date</xs:documentation>
 
</xs:annotation>
</xs:element>

element TranshipmentAtSea/TranshipArea
diagram FCS2_p58.png
type clams:ManagementArea
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Transhipment Area
source <xs:element name="TranshipArea" type="clams:ManagementArea" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Transhipment Area</xs:documentation>
 
</xs:annotation>
</xs:element>

element TranshipmentAtSea/TranshipPosition
diagram FCS2_p59.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Transhipment Position
source <xs:element name="TranshipPosition" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Transhipment Position</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TranshipmentAtSea/EstimatedWeight
diagram FCS2_p60.png
type xs:positiveInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Transhipment Estimated Weight
source <xs:element name="EstimatedWeight" type="xs:positiveInteger" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Transhipment Estimated Weight</xs:documentation>
 
</xs:annotation>
</xs:element>

element TranshipmentAtSea/ReceivingVesselMasterName
diagram FCS2_p61.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Master Name of the Receiving Vessel
source <xs:element name="ReceivingVesselMasterName" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Master Name of the Receiving Vessel</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TranshipmentAtSea/ReceivingVesselName
diagram FCS2_p62.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Vessel Name of the Receiving Vessel
source <xs:element name="ReceivingVesselName" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel Name of the Receiving Vessel</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TranshipmentAtSea/ReceivingVesselCallSign
diagram FCS2_p63.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Call Sign of the Receiving Vessel
source <xs:element name="ReceivingVesselCallSign" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Call Sign of the Receiving Vessel</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TranshipmentAtSea/ReceivingVesselIMONumber
diagram FCS2_p64.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
IMO Number of the Receiving Vessel
source <xs:element name="ReceivingVesselIMONumber" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>IMO Number of the Receiving Vessel</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TranshipmentAtSea/ReceivingVesselLloydsNumber
diagram FCS2_p65.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Lloyds Number of the Receiving Vessel
source <xs:element name="ReceivingVesselLloydsNumber" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Lloyds Number of the Receiving Vessel</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy