element Groups
diagram FCS2_p26.png
properties
content complex
children GroupName
used by
element CatchCertificateSimplified
annotation
documentation
List of Approved Groups relating to the Catch Certificate. Note that Groups must be approved for use by DFO
source <xs:element name="Groups">
 
<xs:annotation>
   
<xs:documentation>List of Approved Groups relating to the Catch Certificate. Note that Groups must be approved for use by DFO</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="GroupName" nillable="false">
       
<xs:annotation>
         
<xs:documentation>Approved Group Name</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="50"/>
           
<xs:minLength value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Groups/GroupName
diagram FCS2_p27.png
type restriction of xs:string
properties
isRef 0
content simple
nillable false
facets
minLength 1
maxLength 50
annotation
documentation
Approved Group Name
source <xs:element name="GroupName" nillable="false">
 
<xs:annotation>
   
<xs:documentation>Approved Group Name</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="50"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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