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