<xs:complexType name="AbstractObsMatrix" abstract="true" mixed="false">
<xs:annotation>
<xs:documentation>The AbstractObsMatrix super class is the abstract type for a <matrix> element that contains rows which hold granular state observations.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="Annotated">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="row" minOccurs="1" maxOccurs="unbounded" type="AbstractObsRow"/>
<xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="RowSet"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |