<xs:complexType name="EmbeddedData">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Holds the contents of an inline attachment.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Data" type="xs:anyType">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Container to carry the embedded data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="encoding" type="Encoding" use="required" />
</xs:complexType>
|