Namespace
http://vamdc.org/xml/xsams/1.0
Diagram
Type
extension of PrimaryType
Type hierarchy
Used by
Model
Comments{0,1} , SourceRef* , ProcessClass , Reactant{2,unbounded} , IntermediateState* , Product* , Threshold{0,1} , BranchingRatio{0,1} , DataSets
Children
BranchingRatio , Comments , DataSets , IntermediateState , ProcessClass , Product , Reactant , SourceRef , Threshold
Attributes
Source
<xs:complexType name= "CollisionalTransitionType" >
<xs:complexContent >
<xs:extension base= "PrimaryType" >
<xs:sequence >
<xs:element name= "ProcessClass" type= "ProcessClassType" >
<xs:annotation >
<xs:documentation > Collisional process </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "Reactant" type= "SpeciesStateRefType" minOccurs= "2" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > List of reacting systems </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "IntermediateState" type= "SpeciesStateRefType" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > List of intermediate state </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "Product" type= "SpeciesStateRefType" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > List of final states </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "Threshold" type= "DataType" minOccurs= "0" >
<xs:annotation >
<xs:documentation > Reaction threshold </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "BranchingRatio" type= "DataType" minOccurs= "0" >
<xs:annotation >
<xs:documentation > Reaction channel branching ratio </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "DataSets" type= "DataSetsType" />
</xs:sequence>
<xs:attribute name= "id" type= "ProcessIDType" use= "required" />
<xs:attribute name= "groupLabel" type= "xs:string" />
</xs:extension>
</xs:complexContent>
</xs:complexType>