diagram | ![]() |
||
namespace | http://www.mostcooperation.com | ||
type | extension of Record | ||
properties |
|
||
children | TRecordField SharedRecordFieldReference NamedSharedRecordFieldReference | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TRecordType"> <xs:annotation> <xs:documentation>Representation of the MOST data type Record Type. (Example: FunctionCatalog_RecordType.xml)</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Record"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:choice> <xs:element name="TRecordField" type="DataElement"/> <xs:element name="SharedRecordFieldReference" type="SharedDataElementReference"/> <xs:element name="NamedSharedRecordFieldReference" type="NamedSharedDataElementReference"/> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||
type | DataElement | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
children | Description DataType | ||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <xs:element name="TRecordField" type="DataElement"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | SharedDataElementReference | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="SharedRecordFieldReference" type="SharedDataElementReference"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||
type | NamedSharedDataElementReference | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | Description | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="NamedSharedRecordFieldReference" type="NamedSharedDataElementReference"/> |