2.2.5.2 ONEONLY

This simple type is a string that is restricted for only the value 1. This type is defined as follows:

 <s:simpleType name="ONEONLY">
   <s:restriction base="s:string">
     <s:enumeration value="1" />
   </s:restriction>
 </s:simpleType>