2.2.5.1 ArgumentType

This type describes an argument that is passed in to a command (for more information, see section 2.2.4.7).

Because many command processors use characters that are XML-reserved characters, it is important to observe correct XML reserved character escape sequences. This is particularly important because the "<" and ">" characters (reserved in XML) are often used for input/output (I/O) redirection in cmd.exe, so these MUST be replaced with their "escaped" XML equivalents "&lt;" or "&gt;".

 <xs:simpleType name="ArgumentType">
   <xs:restriction
     base="xs:string"
    />
 </xs:simpleType>