diagram |
 |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | City | s:string | required | | | | Station | s:string | required | | | | Time | s:dateTime | required | | | |
|
annotation |
documentation | Departure/arrival-related information |
|
source |
<s:complexType name="RailEvent">
<s:annotation>
<s:documentation> Departure/arrival-related information</s:documentation>
</s:annotation>
<s:attribute name="City" type="s:string" use="required"/>
<s:attribute name="Station" type="s:string" use="required"/>
<s:attribute name="Time" type="s:dateTime" use="required"/>
</s:complexType> |