Definition Type: Attribute
Name: mimeType
Namespace: http://docs.oasis-open.org/ebxml-bp/ebbp-2.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ebbp-2.0.4.xsd
Use Optional
Documentation:
Defines the valid MIME (Multipurpose Internet Mail Extensions) type of this Attachment. Example: 'application/pdf'.
Collapse XSD Schema Diagram:
XSD Diagram of mimeType in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="mimeType" type="xsd:string" use="optional">
    <xsd:annotation>
        <xsd:documentation>Defines the valid MIME (Multipurpose Internet Mail
						Extensions) type of this Attachment. Example:
					'application/pdf'.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>