Included schema temporary.xsd
Element temporary
Namespace
No namespace
Annotations
Time-independent quantities (parameters)
Diagram
Type
temporary_nt
Properties
Model
float0d* ,
integer0d* ,
complex0d* ,
string0d* ,
float1d* ,
integer1d* ,
string1d* ,
complex1d* ,
float2d* ,
integer2d* ,
complex2d* ,
float3d* ,
integer3d* ,
complex3d* ,
float4d*
Children
complex0d , complex1d , complex2d , complex3d , float0d , float1d , float2d , float3d , float4d , integer0d , integer1d , integer2d , integer3d , string0d , string1d
Instance
<non_timed >
<float0d > {0,unbounded} </float0d>
<integer0d > {0,unbounded} </integer0d>
<complex0d > {0,unbounded} </complex0d>
<string0d > {0,unbounded} </string0d>
<float1d > {0,unbounded} </float1d>
<integer1d > {0,unbounded} </integer1d>
<string1d > {0,unbounded} </string1d>
<complex1d > {0,unbounded} </complex1d>
<float2d > {0,unbounded} </float2d>
<integer2d > {0,unbounded} </integer2d>
<complex2d > {0,unbounded} </complex2d>
<float3d > {0,unbounded} </float3d>
<integer3d > {0,unbounded} </integer3d>
<complex3d > {0,unbounded} </complex3d>
<float4d > {0,unbounded} </float4d>
</non_timed>
Source
<xs:element name= "non_timed" type= "temporary_nt" >
<xs:annotation >
<xs:documentation > Time-independent quantities (parameters) </xs:documentation>
</xs:annotation>
</xs:element>
Namespace
No namespace
Annotations
Time-dependent quantities
Diagram
Type
temporary_t
Properties
Model
float0d* ,
integer0d* ,
complex0d* ,
string0d* ,
float1d* ,
integer1d* ,
complex1d* ,
float2d* ,
integer2d* ,
complex2d* ,
float3d* ,
integer3d* ,
complex3d* ,
float4d*
Children
complex0d , complex1d , complex2d , complex3d , float0d , float1d , float2d , float3d , float4d , integer0d , integer1d , integer2d , integer3d , string0d
Instance
<timed >
<float0d > {0,unbounded} </float0d>
<integer0d > {0,unbounded} </integer0d>
<complex0d > {0,unbounded} </complex0d>
<string0d > {0,unbounded} </string0d>
<float1d > {0,unbounded} </float1d>
<integer1d > {0,unbounded} </integer1d>
<complex1d > {0,unbounded} </complex1d>
<float2d > {0,unbounded} </float2d>
<integer2d > {0,unbounded} </integer2d>
<complex2d > {0,unbounded} </complex2d>
<float3d > {0,unbounded} </float3d>
<integer3d > {0,unbounded} </integer3d>
<complex3d > {0,unbounded} </complex3d>
<float4d > {0,unbounded} </float4d>
</timed>
Source
<xs:element name= "timed" type= "temporary_t" >
<xs:annotation >
<xs:documentation > Time-dependent quantities </xs:documentation>
</xs:annotation>
</xs:element>
Complex Type temporary_nt
Namespace
No namespace
Annotations
set of non-timed temporary quantities
Diagram
Used by
Model
float0d* ,
integer0d* ,
complex0d* ,
string0d* ,
float1d* ,
integer1d* ,
string1d* ,
complex1d* ,
float2d* ,
integer2d* ,
complex2d* ,
float3d* ,
integer3d* ,
complex3d* ,
float4d*
Children
complex0d , complex1d , complex2d , complex3d , float0d , float1d , float2d , float3d , float4d , integer0d , integer1d , integer2d , integer3d , string0d , string1d
Source
<xs:complexType name= "temporary_nt" >
<xs:annotation >
<xs:documentation > set of non-timed temporary quantities </xs:documentation>
<xs:appinfo > machine description </xs:appinfo>
</xs:annotation>
<xs:sequence >
<xs:element name= "float0d" type= "temporary_nt_0dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 0D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer0d" type= "temporary_nt_0di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 0D integer </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex0d" type= "temporary_nt_0dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 0D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "string0d" type= "temporary_nt_0ds" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 0D string </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float1d" type= "temporary_nt_1dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 1D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer1d" type= "temporary_nt_1di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 1D integer </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "string1d" type= "temporary_nt_1dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 1D string </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex1d" type= "temporary_nt_1dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 1D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float2d" type= "temporary_nt_2dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 2D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer2d" type= "temporary_nt_2di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 2D integer </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex2d" type= "temporary_nt_2dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 2D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float3d" type= "temporary_nt_3dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 3D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer3d" type= "temporary_nt_3di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 3D integer </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex3d" type= "temporary_nt_3dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 3D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float4d" type= "temporary_nt_4dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Constant 4D float </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
Complex Type temporary_nt_0dr
Complex Type temporary_nt_0di
Complex Type temporary_nt_0dc
Complex Type temporary_nt_0ds
Complex Type temporary_nt_1dr
Complex Type temporary_nt_1di
Complex Type temporary_nt_1dc
Complex Type temporary_nt_2dr
Complex Type temporary_nt_2di
Complex Type temporary_nt_2dc
Complex Type temporary_nt_3dr
Complex Type temporary_nt_3di
Complex Type temporary_nt_3dc
Complex Type temporary_nt_4dr
Complex Type temporary_t
Namespace
No namespace
Annotations
set of timed temporary quantities
Diagram
Used by
Model
float0d* ,
integer0d* ,
complex0d* ,
string0d* ,
float1d* ,
integer1d* ,
complex1d* ,
float2d* ,
integer2d* ,
complex2d* ,
float3d* ,
integer3d* ,
complex3d* ,
float4d*
Children
complex0d , complex1d , complex2d , complex3d , float0d , float1d , float2d , float3d , float4d , integer0d , integer1d , integer2d , integer3d , string0d
Source
<xs:complexType name= "temporary_t" >
<xs:annotation >
<xs:documentation > set of timed temporary quantities </xs:documentation>
<xs:appinfo > machine description </xs:appinfo>
</xs:annotation>
<xs:sequence >
<xs:element name= "float0d" type= "temporary_t_0dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 0D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer0d" type= "temporary_t_0di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 0D integer. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex0d" type= "temporary_t_0dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 0D complex. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "string0d" type= "temporary_t_0ds" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 0D string. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float1d" type= "temporary_t_1dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 1D float. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer1d" type= "temporary_t_1di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 1D integer. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex1d" type= "temporary_t_1dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 1D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float2d" type= "temporary_t_2dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 2D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer2d" type= "temporary_t_2di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 2D integer </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex2d" type= "temporary_t_2dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 2D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float3d" type= "temporary_t_3dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 3D float </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "integer3d" type= "temporary_t_3di" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 3D integer </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "complex3d" type= "temporary_t_3dc" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 3D complex </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "float4d" type= "temporary_t_4dr" minOccurs= "0" maxOccurs= "unbounded" >
<xs:annotation >
<xs:documentation > Time-dependent 4D float </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
Complex Type temporary_t_0dr
Complex Type temporary_t_0di
Complex Type temporary_t_0dc
Complex Type temporary_t_0ds
Complex Type temporary_t_1dr
Complex Type temporary_t_1di
Complex Type temporary_t_1dc
Complex Type temporary_t_2dr
Complex Type temporary_t_2di
Complex Type temporary_t_2dc
Complex Type temporary_t_3dr
Complex Type temporary_t_3di
Complex Type temporary_t_3dc
Complex Type temporary_t_4dr
Complex Type temporary_nt_1ds