diagram | ![]() |
||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||
source | <s:complexType name="OriginDestinationBase"> <s:attribute name="From" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="To" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="MinDepDate" type="s:date"/> <s:attribute name="MaxDepDate" type="s:date"/> </s:complexType> |
type | restriction of s:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <s:attribute name="From" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> |
type | restriction of s:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <s:attribute name="To" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="2"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:date |
source | <s:attribute name="MinDepDate" type="s:date"/> |
type | s:date |
source | <s:attribute name="MaxDepDate" type="s:date"/> |