CSML 1.0 [Top | back ]
complexType GraphicsType
diagram
namespace http://www.GenomicObject.net/2002/PetriNet
children csml10:figure csml10:text
used by
elements EntityType/graphics ProcessType/graphics NetReferenceType/graphics
complexType EdgeGraphicsType
source <xsd:complexType name="GraphicsType">
 
<xsd:sequence>
   
<xsd:element name="figure" type="csml10:FigureType" minOccurs="0"/>
   
<xsd:element name="text" type="csml10:TextFieldType" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>