Documentation for ATIS-Draft-03-00-79

Simple Type: CPT-PersonLastName

[Table of contents]

Super-types: xs:string < CPT-PersonLastName (by restriction)
Sub-types: None
Name CPT-PersonLastName
Used by (from the same schema document) Complex Type CPTAssignedContractor , Complex Type CPTEmployee , Complex Type CPTEmployeeIden , Complex Type IMPerson , Complex Type PIFoundItem , Complex Type PILostItem , Complex Type PITravelerIden
Content
  • Base XSD Type: string
  • length >= 1
Diagram
Schema Component Representation
<xs:simpleType name="CPT-PersonLastName">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>