complexType ParameterSequence
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p92.png
namespace http://www.mostcooperation.com
type extension of ParameterSequenceBase
properties
base ParameterSequenceBase
children Description StreamParamReference StreamParamReferenceRepeated
used by
element StreamContents/ParameterSequence
annotation
documentation
Represents a Stream parameter sequence, built on a list of non-repeating Stream parameters followed by repeating Stream parameters.
source <xs:complexType name="ParameterSequence">
 
<xs:annotation>
   
<xs:documentation>Represents a Stream parameter sequence, built on a list of non-repeating Stream parameters followed by repeating Stream parameters.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ParameterSequenceBase">
     
<xs:sequence>
       
<xs:element name="StreamParamReferenceRepeated" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ParameterSequence/StreamParamReferenceRepeated
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p93.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="StreamParamReferenceRepeated" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/>