2.2.5.8 StreamNameList

This type describes a list of data stream names. It is used to specify the input and output streams used by a shell (for more information, see section 2.2.4.37).

 <xs:simpleType name="StreamNameList">
   <xs:list>
     <xs:itemType name="StreamName" />
   </xs:list>
 </xs:simpleType>