complexType TRecordType
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p162.png
namespace http://www.mostcooperation.com
type extension of Record
properties
base Record
children TRecordField SharedRecordFieldReference NamedSharedRecordFieldReference
used by
element DataType/TRecordType
annotation
documentation
Representation of the MOST data type Record Type. (Example: FunctionCatalog_RecordType.xml)
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>

element TRecordType/TRecordField
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p163.png
namespace http://www.mostcooperation.com
type DataElement
properties
content complex
children Description DataType
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
DataElementGroup  xs:token  optional      
documentation
This attribute provides the opportunity to label data elements, based on the requirements of the function catalog designer.
source <xs:element name="TRecordField" type="DataElement"/>

element TRecordType/SharedRecordFieldReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p164.png
namespace http://www.mostcooperation.com
type SharedDataElementReference
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="SharedRecordFieldReference" type="SharedDataElementReference"/>

element TRecordType/NamedSharedRecordFieldReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p165.png
namespace http://www.mostcooperation.com
type NamedSharedDataElementReference
properties
content complex
children Description
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
NameRef  xs:NCName  required      
source <xs:element name="NamedSharedRecordFieldReference" type="NamedSharedDataElementReference"/>