complexType CatalogVersion
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p10.png
namespace http://www.mostcooperation.com
type extension of Version
properties
base Version
children Author Company Modification
used by
element FunctionCatalog/CatalogVersion
attributes
Name  Type  Use  Default  Fixed  Annotation
Release  xs:string  required      
Date  xs:date  required      
Time  xs:time  optional      
SchemaVersion  xs:string  required      
documentation
The SchemaVersion attribute is filled with the version of the FCat Schema that the function catalog validates against.
annotation
documentation
Used when providing version information for the function catalog. (Example: FunctionCatalog_Empty.xml)
source <xs:complexType name="CatalogVersion">
 
<xs:annotation>
   
<xs:documentation>Used when providing version information for the function catalog. (Example: FunctionCatalog_Empty.xml)</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Version">
     
<xs:attribute name="SchemaVersion" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>The SchemaVersion attribute is filled with the version of the FCat Schema that the function catalog validates against.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute CatalogVersion/@SchemaVersion
type xs:string
properties
use required
annotation
documentation
The SchemaVersion attribute is filled with the version of the FCat Schema that the function catalog validates against.
source <xs:attribute name="SchemaVersion" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The SchemaVersion attribute is filled with the version of the FCat Schema that the function catalog validates against.</xs:documentation>
 
</xs:annotation>
</xs:attribute>