<xs:complexType name="ContinuousSeqMatrix" abstract="false">
<xs:annotation>
<xs:documentation>A matrix of rows with seq strings of type continuous.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="AbstractSeqMatrix">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="row" minOccurs="1" maxOccurs="unbounded" type="ContinuousMatrixSeqRow"/>
<xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="RowSet"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |