XML表記 簡易表記 <rng:element name="graphic "> <rng:ref name="att.global.attributes "/> <rng:ref name="att.global.linking.attributes "/> <rng:ref name="att.global.analytic.attributes "/> <rng:ref name="att.global.facs.attributes "/> <rng:ref name="att.internetMedia.attributes "/> <rng:ref name="att.declaring.attributes "/> <rng:optional> <rng:attribute name="width "> <rng:ref name="data.outputMeasurement "/> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="height "> <rng:ref name="data.outputMeasurement "/> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="scale "> <rng:ref name="data.numeric "/> </rng:attribute> </rng:optional> <rng:attribute name="url "> <rng:ref name="data.pointer "/> </rng:attribute> <rng:zeroOrMore> <rng:ref name="model.glossLike "/> </rng:zeroOrMore> </rng:element>
element graphic
{
att.global.attributes ,
att.global.linking.attributes ,
att.global.analytic.attributes ,
att.global.facs.attributes ,
att.internetMedia.attributes ,
att.declaring.attributes ,
attribute width { data.outputMeasurement }?,
attribute height { data.outputMeasurement }?,
attribute scale { data.numeric }?,
attribute url { data.pointer },
model.glossLike *
}