<xsd:element name="EmbeddedData" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Embedded document or text. We could have a multi-page item with same metadata, so this needs to repeat.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:element name="Content" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Documentation note: data COULD be inside a CDATA section. Beware!</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EncodedContent" type="xsd:base64Binary" />
</xsd:choice>
<xsd:element name="OriginalFileName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The original name of the file.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|