complexType DateStream
diagram
namespace http://www.IM-Draft-03-00-44a
type extension of DateStream-string
properties
base DateStream-string
used by
element FileTransfer/data
facets
minLength 2
maxLength 2666667
attributes
Name  Type  Use  Default  Fixed  annotation
EncodingTypederived by: xs:NMTOKENrequired      
source <xs:complexType name="DateStream">
 
<xs:simpleContent>
   
<xs:extension base="DateStream-string">
     
<xs:attribute name="EncodingType" use="required">
       
<xs:simpleType>
         
<xs:restriction base="xs:NMTOKEN">
           
<xs:enumeration value="base64Binary"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy