complexType Version
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p203.png
namespace http://www.mostcooperation.com
children Author Company Modification
used by
complexTypes CatalogVersion VersionEx
attributes
Name  Type  Use  Default  Fixed  Annotation
Release  xs:string  required      
Date  xs:date  required      
Time  xs:time  optional      
annotation
documentation
Basis for version and modification information.
source <xs:complexType name="Version">
 
<xs:annotation>
   
<xs:documentation>Basis for version and modification information.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Author" type="xs:string" minOccurs="0"/>
   
<xs:element name="Company" type="xs:string" minOccurs="0"/>
   
<xs:element name="Modification" type="Modification" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="Release" type="xs:string" use="required"/>
 
<xs:attribute name="Date" type="xs:date" use="required"/>
 
<xs:attribute name="Time" type="xs:time" use="optional"/>
</xs:complexType>

attribute Version/@Release
type xs:string
properties
use required
source <xs:attribute name="Release" type="xs:string" use="required"/>

attribute Version/@Date
type xs:date
properties
use required
source <xs:attribute name="Date" type="xs:date" use="required"/>

attribute Version/@Time
type xs:time
properties
use optional
source <xs:attribute name="Time" type="xs:time" use="optional"/>

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

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

element Version/Modification
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p206.png
namespace http://www.mostcooperation.com
type Modification
properties
minOcc 0
maxOcc unbounded
content complex
children Change Reason
attributes
Name  Type  Use  Default  Fixed  Annotation
Author  xs:string  optional      
Date  xs:date  optional      
Time  xs:time  optional      
source <xs:element name="Modification" type="Modification" minOccurs="0" maxOccurs="unbounded"/>