Documentation for ATIS-Draft-03-00-79

Simple Type: CPT-FileContent

[Table of contents]

Super-types: xs:base64Binary < CPT-FileContent (by restriction)
Sub-types: None
Name CPT-FileContent
Used by (from the same schema document) Complex Type PIAgencyStaticFile
Content
  • Base XSD Type: base64Binary
  • length <= 2000000
Diagram
Schema Component Representation
<xs:simpleType name="CPT-FileContent">
<xs:restriction base=" xs:base64Binary ">
<xs:maxLength value="2000000"/>
</xs:restriction>
</xs:simpleType>