CSML 1.0 [Top | back ]
complexType FigureType
diagram
namespace http://www.GenomicObject.net/2002/PetriNet
children csml10:associationConnector csml10:associationConnectorArrow csml10:bioInhibitoryConnectorArrow csml10:continuousEntity csml10:continuousProcess csml10:cross csml10:discreteEntity csml10:discreteProcess csml10:ellipse csml10:ellipseArrow csml10:genericEntity csml10:genericProcess csml10:image csml10:imageArrow csml10:inhibitoryConnector csml10:inhibitoryConnectorArrow csml10:objectFigure csml10:processConnector csml10:processConnectorArrow csml10:rectangle csml10:rectangleArrow csml10:roundBounds csml10:roundRectangle csml10:text csml10:textArea csml10:triangle csml10:triangleArrow
used by
elements GraphicsType/figure NodeGroupElements/figure
complexTypes ArrowType ConnectorFigureType
annotation
documentation

        Base type for all figure elements. Not all inner elements are allowed
        in all contexts.
     
source <xsd:complexType name="FigureType">
 
<xsd:annotation>
   
<xsd:documentation>
        Base type for all figure elements. Not all inner elements are allowed
        in all contexts.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:choice>
   
<xsd:element name="associationConnector" type="csml10:GraphicalElementType"/>
   
<xsd:element name="associationConnectorArrow" type="csml10:GraphicalElementType"/>
   
<xsd:element name="bioInhibitoryConnectorArrow" type="csml10:GraphicalElementType"/>
   
<xsd:element name="continuousEntity" type="csml10:GraphicalElementType"/>
   
<xsd:element name="continuousProcess" type="csml10:GraphicalElementType"/>
   
<xsd:element name="cross" type="csml10:GraphicalElementType"/>
   
<xsd:element name="discreteEntity" type="csml10:GraphicalElementType"/>
   
<xsd:element name="discreteProcess" type="csml10:GraphicalElementType"/>
   
<xsd:element name="ellipse" type="csml10:GraphicalElementType"/>
   
<xsd:element name="ellipseArrow" type="csml10:GraphicalElementType"/>
   
<xsd:element name="genericEntity" type="csml10:GraphicalElementType"/>
   
<xsd:element name="genericProcess" type="csml10:GraphicalElementType"/>
   
<xsd:element name="image" type="csml10:ImageType"/>
   
<xsd:element name="imageArrow" type="csml10:ImageType"/>
   
<xsd:element name="inhibitoryConnector" type="csml10:GraphicalElementType"/>
   
<xsd:element name="inhibitoryConnectorArrow" type="csml10:GraphicalElementType"/>
   
<xsd:element name="objectFigure" type="csml10:GraphicalElementType"/>
   
<xsd:element name="processConnector" type="csml10:GraphicalElementType"/>
   
<xsd:element name="processConnectorArrow" type="csml10:GraphicalElementType"/>
   
<xsd:element name="rectangle" type="csml10:GraphicalElementType"/>
   
<xsd:element name="rectangleArrow" type="csml10:GraphicalElementType"/>
   
<xsd:element name="roundBounds" type="csml10:GraphicalElementType"/>
   
<xsd:element name="roundRectangle" type="csml10:GraphicalElementType"/>
   
<xsd:element name="text" type="csml10:TextType"/>
   
<xsd:element name="textArea" type="csml10:TextAreaType"/>
   
<xsd:element name="triangle" type="csml10:GraphicalElementType"/>
   
<xsd:element name="triangleArrow" type="csml10:GraphicalElementType"/>
 
</xsd:choice>
</xsd:complexType>