complexType ParameterSequenceBase
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p94.png
namespace http://www.mostcooperation.com
children Description StreamParamReference
used by
complexTypes ParameterSequence ParamStreamCase
annotation
documentation
Basis for building a sequence of Stream parameters or a Stream case.
source <xs:complexType name="ParameterSequenceBase">
 
<xs:annotation>
   
<xs:documentation>Basis for building a sequence of Stream parameters or a Stream case.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
<xs:element name="StreamParamReference" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element ParameterSequenceBase/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p95.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element ParameterSequenceBase/StreamParamReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p96.png
namespace http://www.mostcooperation.com
type DataElementReference
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="StreamParamReference" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/>