| diagram | ![]() |
||
| properties |
|
||
| children | GroupName | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| diagram | |||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |