complexType Record
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p107.png
namespace http://www.mostcooperation.com
type extension of DataTypeBase
properties
base DataTypeBase
abstract true
used by
complexTypes TRecordLegacy TRecordType
annotation
documentation
Serves as the basis for legacy records and the Record Type.
source <xs:complexType name="Record" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Serves as the basis for legacy records and the Record Type.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DataTypeBase"/>
 
</xs:complexContent>
</xs:complexType>