<xsd:element name="ExternalGraphic" type="se:ExternalGraphicType"> <xsd:annotation> <xsd:documentation> An "ExternalGraphic" gives a reference to a raster or vector graphical object, either online or inline, in an externally-defined graphic format. </xsd:documentation> </xsd:annotation> </xsd:element>
<xsd:complexType name="ExternalGraphicType"> <xsd:sequence> <xsd:choice> <xsd:element ref="se:OnlineResource"/> <xsd:element ref="se:InlineContent"/> </xsd:choice> <xsd:element ref="se:Format"/> <xsd:element maxOccurs="unbounded" minOccurs="0" ref="se:ColorReplacement"/> </xsd:sequence> </xsd:complexType>
@generated
@source $URL$
|
|