diagram |
 |
namespace |
http://www.mostcooperation.com |
children |
Change Reason |
used by |
|
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> |