<xsd:element name="InlineContent">
<xsd:annotation>
<xsd:documentation>
"InlineContent" is XML- or base64-encoded encoded content in some
externally-defined format that is included in an SLD in-line.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<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>
</xsd:element>
|