diagram |
 |
namespace |
http://www.mostcooperation.com |
type |
extension of Record |
properties |
|
children |
Description TRecordField SharedRecordFieldReference NamedSharedRecordFieldReference |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | Name | xs:NCName | optional | | | |
|
annotation |
documentation | Representation of the legacy record construct, which is not a MOST data type but modeled as such for reasons of backward compatibility.. |
|
source |
<xs:complexType name="TRecordLegacy">
<xs:annotation>
<xs:documentation>Representation of the legacy record construct, which is not a MOST data type but modeled as such for reasons of backward compatibility..</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Record">
<xs:sequence>
<xs:element name="Description" type="xs:string" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="255">
<xs:element name="TRecordField" type="DataElement"/>
<xs:element name="SharedRecordFieldReference" type="SharedDataElementReference"/>
<xs:element name="NamedSharedRecordFieldReference" type="NamedSharedDataElementReference"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="Name" type="xs:NCName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |