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