| diagram | ![]() |
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <s:complexType name="PassengerNameType"> <s:attribute name="Title" use="required"> <s:annotation> <s:documentation>Passenger title: MR/MRS</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="MR"/> <s:enumeration value="MRS"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="LastName" use="required"> <s:annotation> <s:documentation>Family name</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="1"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FirstName" type="s:string" use="required"> <s:annotation> <s:documentation>Given name</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
| type | restriction of s:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <s:attribute name="Title" use="required"> <s:annotation> <s:documentation>Passenger title: MR/MRS</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="MR"/> <s:enumeration value="MRS"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | restriction of s:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <s:attribute name="LastName" use="required"> <s:annotation> <s:documentation>Family name</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="1"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="FirstName" type="s:string" use="required"> <s:annotation> <s:documentation>Given name</s:documentation> </s:annotation> </s:attribute> |