Contact extensions

KeywordOccursTypeFormatDescription
membershipId0 - 1string
Membership-ID for the .xxx community. You receive this ID once you've completed the membership procedure and have created an account with the ICM registry.
nonResolverDomain0 - 1boolean
Membership in the .xxx community. As a member, you have an ID (Token).
  • 0= not a member
  • 1 = member

Default = 0

XML example

XML
<extension> 
	<xxx:contact xmlns:xxx="urn:org:domainrobot:ns:contact:xxx-1.0"> 
		<xxx:membershipId>XXX_MEMBERSHIP_ID</xxx:membershipId> 
		<xxx:nonResolverDomain>true</xxx:nonResolverDomain> 
	</xxx:contact> 
</extension>