| diagram | ![]() |
||
| namespace | http://www.GenomicObject.net/2002/PetriNet | ||
| type | restriction of csml10:EdgeGraphicsType | ||
| properties |
|
||
| children | csml10:figure csml10:text csml10:sourceArrow csml10:targetArrow | ||
| used by |
|
||
| annotation |
|
||
| 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> |