complexType Modification
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p84.png
namespace http://www.mostcooperation.com
children Change Reason
used by
element Version/Modification
attributes
Name  Type  Use  Default  Fixed  Annotation
Author  xs:string  optional      
Date  xs:date  optional      
Time  xs:time  optional      
annotation
documentation
One entry in the change history of the elements that support it.
source <xs:complexType name="Modification">
 
<xs:annotation>
   
<xs:documentation>One entry in the change history of the elements that support it.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Change" type="xs:string"/>
   
<xs:element name="Reason" type="xs:string"/>
 
</xs:sequence>
 
<xs:attribute name="Author" type="xs:string" use="optional"/>
 
<xs:attribute name="Date" type="xs:date" use="optional"/>
 
<xs:attribute name="Time" type="xs:time" use="optional"/>
</xs:complexType>

attribute Modification/@Author
type xs:string
properties
use optional
source <xs:attribute name="Author" type="xs:string" use="optional"/>

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

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

element Modification/Change
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p85.png
namespace http://www.mostcooperation.com
type xs:string
properties
content simple
source <xs:element name="Change" type="xs:string"/>

element Modification/Reason
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p86.png
namespace http://www.mostcooperation.com
type xs:string
properties
content simple
source <xs:element name="Reason" type="xs:string"/>