<xsd:element name="InlineContent" type="se:InlineContentType"> <xsd:annotation> <xsd:documentation> "InlineContent" is XML- or base64-encoded encoded content in some externally-defined format that is included in an SE in-line. </xsd:documentation> </xsd:annotation> </xsd:element>
<xsd:complexType mixed="true" name="InlineContentType"> <xsd:sequence> <xsd:any minOccurs="0"/> </xsd:sequence> <xsd:attribute name="encoding" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="xml"/> <xsd:enumeration value="base64"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType>
@generated
@source $URL$
|
|