complexType NamedSharedDataElementReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p87.png
namespace http://www.mostcooperation.com
type extension of SharedDataElementReferenceBase
properties
base SharedDataElementReferenceBase
children Description
used by
elements Function/Parameters/NamedSharedParameterReference StreamContents/Parameters/NamedSharedParameterReference TRecordLegacy/NamedSharedRecordFieldReference TRecordType/NamedSharedRecordFieldReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
NameRef  xs:NCName  required      
annotation
documentation
Used to reference shared data elements and replace the shared name with a local name. The local name is contained in the Name attribute while the NameRef attribute points to the name of the shared data element.
source <xs:complexType name="NamedSharedDataElementReference">
 
<xs:annotation>
   
<xs:documentation>Used to reference shared data elements and replace the shared name with a local name. The local name is contained in the Name attribute while the NameRef attribute points to the name of the shared data element.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="SharedDataElementReferenceBase">
     
<xs:sequence>
       
<xs:element name="Description" type="xs:string" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="NameRef" type="xs:NCName" use="required"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute NamedSharedDataElementReference/@NameRef
type xs:NCName
properties
use required
source <xs:attribute name="NameRef" type="xs:NCName" use="required"/>

element NamedSharedDataElementReference/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p88.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>