<complexType name="ContentType">
<annotation>
<appinfo source="ADT.xsd" />
</annotation>
<choice>
<element name="Data" type="string">
<annotation>
<documentation>Map data embeded into the xml (if map data is binary then it is base64 encoded) </documentation>
</annotation>
</element>
<element name="URL" type="string">
<annotation>
<documentation>The Data can be found at this URL</documentation>
</annotation>
</element>
</choice>
<attribute name="format" type="string" use="required" />
<attribute name="width" type="integer" use="required" />
<attribute name="height" type="integer" use="required" />
</complexType>
|