complexType SharedDataElementReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p109.png
namespace http://www.mostcooperation.com
type extension of SharedDataElementReferenceBase
properties
base SharedDataElementReferenceBase
used by
elements Array/SharedDataElementReference Function/Parameters/SharedParameterReference StreamContents/Parameters/SharedParameterReference TRecordLegacy/SharedRecordFieldReference TRecordType/SharedRecordFieldReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
annotation
documentation
Used to reference shared data element definitions from function parameter lists, arrays, Streams, and records.
source <xs:complexType name="SharedDataElementReference">
 
<xs:annotation>
   
<xs:documentation>Used to reference shared data element definitions from function parameter lists, arrays, Streams, and records.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="SharedDataElementReferenceBase"/>
 
</xs:complexContent>
</xs:complexType>