<xs:complexType name="ContactPhoneType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="CountryCode" type="xs:string" /> <xs:element name="PhoneNumber" type="xs:string" /> </xs:sequence> </xs:complexType>