<xs:complexType name="RestrictionObsMatrix" abstract="false">
<xs:annotation>
<xs:documentation>A matrix of rows with single character observations.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="AbstractObsMatrix">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="row" minOccurs="1" maxOccurs="unbounded" type="RestrictionMatrixObsRow"/>
<xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="RowSet"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |