CSML 3.0 [Top | back ]
element csml30:participant
diagram
namespace http://www.csml.org/csml/version3
properties
content complex
children csml30:logProperty csml30:viewProperty csml30:animationProperty csml30:biologicalProperty csml30:comments
used by
element csml30:participantList
group csml30:participantElements
attributes
Name  Type  Use  Default  Fixed  Annotation
idxs:stringrequired      
namexs:string      
refUnificationXrefIDxs:string      
refPublicationXrefIDxs:string      
refRelationshipXrefIDxs:string      
refIDxs:stringrequired      
typexs:string      
source <xs:element name="participant">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="csml30:logProperty" 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:participantElement.ReqAttr"/>
 
</xs:complexType>
</xs:element>