<xs:element name="FUNCTION">
<xs:annotation>
<xs:documentation>This element is used to mark up the function of the signatory. The possible values are: Member of the Commission / President / Vice-President / Director-General</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Member of the Commission"/>
<xs:enumeration value="President"/>
<xs:enumeration value="Vice-President"/>
<xs:enumeration value="Director-General"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |