complexType SharedFunctionReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p111.png
namespace http://www.mostcooperation.com
type extension of FunctionBase
properties
base FunctionBase
used by
element FBlock/SharedFunctionReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
Id  FunctionId  optional      
annotation
documentation
Used to reference shared function definitions. (Examples: FunctionCatalog_SharedFunctionReference.xml and FunctionCatalog_OverrideSharedFunctionReference.xml)
source <xs:complexType name="SharedFunctionReference">
 
<xs:annotation>
   
<xs:documentation>Used to reference shared function definitions. (Examples: FunctionCatalog_SharedFunctionReference.xml and FunctionCatalog_OverrideSharedFunctionReference.xml)</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="FunctionBase">
     
<xs:attribute name="Id" type="FunctionId" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute SharedFunctionReference/@Id
type FunctionId
properties
use optional
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4095
source <xs:attribute name="Id" type="FunctionId" use="optional"/>