Defines the basic type for base64-encoded binary data.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
      
<xsd:simpleType name="base64NumberList76" >
  <xsd:list>
    <xsd:simpleType>
      <xsd:restriction base="xsd:base64Binary">
        <xsd:maxLength value="608"></xsd:maxLength>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:list>
</xsd:simpleType>