complexType VersionEx
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p207.png
namespace http://www.mostcooperation.com
type extension of Version
properties
base Version
children Author Company Modification
used by
elements FBlock/FBlockVersion Function/FunctionVersion
attributes
Name  Type  Use  Default  Fixed  Annotation
Release  xs:string  required      
Date  xs:date  required      
Time  xs:time  optional      
Access  derived by: xs:string  optional  public    
annotation
documentation
Used for version information for FBlocks and functions.
source <xs:complexType name="VersionEx">
 
<xs:annotation>
   
<xs:documentation>Used for version information for FBlocks and functions.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Version">
     
<xs:attribute name="Access" use="optional" default="public">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="public"/>
           
<xs:enumeration value="private"/>
           
<xs:enumeration value="preliminary"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute VersionEx/@Access
type restriction of xs:string
properties
use optional
default public
facets
Kind Value Annotation
enumeration public
enumeration private
enumeration preliminary
source <xs:attribute name="Access" use="optional" default="public">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="public"/>
     
<xs:enumeration value="private"/>
     
<xs:enumeration value="preliminary"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>