CSML 3.0 [Top | back ]
element csml30:connector
diagram
namespace http://www.csml.org/csml/version3
properties
content complex
children csml30:logProperty csml30:connectorSimulationProperty csml30:viewProperty csml30:animationProperty csml30:biologicalProperty csml30:comments
used by
element csml30:connectorList
group csml30:connectorElements
attributes
Name  Type  Use  Default  Fixed  Annotation
idxs:stringrequired      
namexs:string      
refUnificationXrefIDxs:string      
refPublicationXrefIDxs:string      
refRelationshipXrefIDxs:string      
refIDxs:stringrequired      
typexs:stringrequired      
source <xs:element name="connector">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="csml30:logProperty" minOccurs="0"/>
     
<xs:element ref="csml30:connectorSimulationProperty" minOccurs="0"/>
     
<xs:element ref="csml30:viewProperty" minOccurs="0"/>
     
<xs:element ref="csml30:animationProperty" minOccurs="0"/>
     
<xs:element ref="csml30:biologicalProperty" minOccurs="0"/>
     
<xs:group ref="csml30:CSMLBase"/>
   
</xs:sequence>
   
<xs:attributeGroup ref="csml30:connectorElement.ReqAttr"/>
 
</xs:complexType>
</xs:element>