CSML 1.0 [Top | back ]
complexType ConnectorGraphicsType
diagram
namespace http://www.GenomicObject.net/2002/PetriNet
type restriction of csml10:EdgeGraphicsType
properties
base csml10:EdgeGraphicsType
children csml10:figure csml10:text csml10:sourceArrow csml10:targetArrow
used by
element ConnectorType/graphics
annotation
documentation

        The figure inner element is restricted to only contain process connector
        graphical elements.
     
source <xsd:complexType name="ConnectorGraphicsType">
 
<xsd:annotation>
   
<xsd:documentation>
        The figure inner element is restricted to only contain process connector
        graphical elements.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:restriction base="csml10:EdgeGraphicsType">
     
<xsd:sequence>
       
<xsd:element name="figure" type="csml10:ConnectorFigureType" minOccurs="0"/>
       
<xsd:element name="text" type="csml10:TextFieldType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="sourceArrow" type="csml10:ArrowType" minOccurs="0"/>
       
<xsd:element name="targetArrow" type="csml10:ArrowType" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:restriction>
 
</xsd:complexContent>
</xsd:complexType>