<xs:simpleType name="Base64BinaryRestrictedType">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">base64 binary with restricted length</p>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:base64Binary">
<xs:maxLength value="10000000"/>
</xs:restriction>
</xs:simpleType>
|