element Vessels
diagram FCS2_p104.png
properties
content complex
children VesselName VRN LengthOverall FlagCountry HomePort CallSign IMONumber LLoydsBumber FishingLicenseNumber FishingLicenseDescription FishingLicenseExpiryDate INMARSATNumber INMARSATFax INMARSATTelephone INMARSATEmailAddress MasterName AuthorizedProcessingType
used by
element CatchCertificateStandard
annotation
documentation
List of Vessels
source <xs:element name="Vessels">
 
<xs:annotation>
   
<xs:documentation>List of Vessels</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="VesselName" nillable="false">
       
<xs:annotation>
         
<xs:documentation>Vessel Name</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="VRN" nillable="false">
       
<xs:annotation>
         
<xs:documentation>Vessel Registration Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="LengthOverall" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel Overall Length</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:decimal">
           
<xs:totalDigits value="16"/>
           
<xs:fractionDigits value="2"/>
           
<xs:minExclusive value="0"/>
           
<xs:maxExclusive value="100000000000000"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="FlagCountry" type="clams:Country" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel Flag/Country</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="HomePort" type="clams:Port" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel Home Port</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="CallSign" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel Call Sign</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="IMONumber" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel IMO Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="LLoydsBumber" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel Lloyds Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="FishingLicenseNumber" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Fishing License Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="FishingLicenseDescription" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Fishing License Description</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="FishingLicenseExpiryDate" type="xs:date" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Fishing License Expiry Date</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="INMARSATNumber" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel INMARSAT Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="INMARSATFax" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel INMARSAT Fax Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="14"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="INMARSATTelephone" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel INMARSAT Telephone Number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="14"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="INMARSATEmailAddress" nillable="true" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Vessel INMARSAT Email Address</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="MasterName" nillable="false">
       
<xs:annotation>
         
<xs:documentation>Vessel Master Name</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="AuthorizedProcessingType" type="fcs:AuthorizedProcessingType" nillable="false">
       
<xs:annotation>
         
<xs:documentation>Authorized Processing Type on Board</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Vessels/VesselName
diagram FCS2_p105.png
type restriction of xs:string
properties
isRef 0
content simple
nillable false
facets
maxLength 50
annotation
documentation
Vessel Name
source <xs:element name="VesselName" nillable="false">
 
<xs:annotation>
   
<xs:documentation>Vessel Name</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/VRN
diagram FCS2_p106.png
type restriction of xs:string
properties
isRef 0
content simple
nillable false
facets
maxLength 50
annotation
documentation
Vessel Registration Number
source <xs:element name="VRN" nillable="false">
 
<xs:annotation>
   
<xs:documentation>Vessel Registration Number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/LengthOverall
diagram FCS2_p107.png
type restriction of xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
minExclusive 0
maxExclusive 100000000000000
totalDigits 16
fractionDigits 2
annotation
documentation
Vessel Overall Length
source <xs:element name="LengthOverall" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel Overall Length</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:totalDigits value="16"/>
     
<xs:fractionDigits value="2"/>
     
<xs:minExclusive value="0"/>
     
<xs:maxExclusive value="100000000000000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/FlagCountry
diagram FCS2_p108.png
type clams:Country
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Vessel Flag/Country
source <xs:element name="FlagCountry" type="clams:Country" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel Flag/Country</xs:documentation>
 
</xs:annotation>
</xs:element>

element Vessels/HomePort
diagram FCS2_p109.png
type clams:Port
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Vessel Home Port
source <xs:element name="HomePort" type="clams:Port" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel Home Port</xs:documentation>
 
</xs:annotation>
</xs:element>

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

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

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

element Vessels/FishingLicenseNumber
diagram FCS2_p113.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Fishing License Number
source <xs:element name="FishingLicenseNumber" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Fishing License Number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/FishingLicenseDescription
diagram FCS2_p114.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Fishing License Description
source <xs:element name="FishingLicenseDescription" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Fishing License Description</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/FishingLicenseExpiryDate
diagram FCS2_p115.png
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Fishing License Expiry Date
source <xs:element name="FishingLicenseExpiryDate" type="xs:date" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Fishing License Expiry Date</xs:documentation>
 
</xs:annotation>
</xs:element>

element Vessels/INMARSATNumber
diagram FCS2_p116.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Vessel INMARSAT Number
source <xs:element name="INMARSATNumber" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel INMARSAT Number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/INMARSATFax
diagram FCS2_p117.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 14
annotation
documentation
Vessel INMARSAT Fax Number
source <xs:element name="INMARSATFax" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel INMARSAT Fax Number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="14"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/INMARSATTelephone
diagram FCS2_p118.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 14
annotation
documentation
Vessel INMARSAT Telephone Number
source <xs:element name="INMARSATTelephone" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel INMARSAT Telephone Number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="14"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/INMARSATEmailAddress
diagram FCS2_p119.png
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
maxLength 50
annotation
documentation
Vessel INMARSAT Email Address
source <xs:element name="INMARSATEmailAddress" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Vessel INMARSAT Email Address</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/MasterName
diagram FCS2_p120.png
type restriction of xs:string
properties
isRef 0
content simple
nillable false
facets
maxLength 50
annotation
documentation
Vessel Master Name
source <xs:element name="MasterName" nillable="false">
 
<xs:annotation>
   
<xs:documentation>Vessel Master Name</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Vessels/AuthorizedProcessingType
diagram FCS2_p121.png
type fcs:AuthorizedProcessingType
properties
isRef 0
content simple
nillable false
annotation
documentation
Authorized Processing Type on Board
source <xs:element name="AuthorizedProcessingType" type="fcs:AuthorizedProcessingType" nillable="false">
 
<xs:annotation>
   
<xs:documentation>Authorized Processing Type on Board</xs:documentation>
 
</xs:annotation>
</xs:element>


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