You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the definition in the XSD for the contact_type attribute of WhoisObj:WhoisContactType
<xs:attribute name="contact_type">
xs:annotation
xs:documentationThe contact_type field specifies what type of contact this is. Only values from WhoisObj:RegistrarContactTypeEnum can be used./xs:documentation
/xs:annotation
xs:simpleType
<xs:restriction base="WhoisObj:WhoisContactTypeEnum"/>
/xs:simpleType
/xs:attribute
I’m not sure why this was so complex – can’t you just add type=”WhoisObj:WhoisContactTypeEnum” to the attribute tag?
Also the documentation – says “values from WhoisObj:RegistrarContactTypeEnum”. Given the rest of the definition and the fact that there is no such enumeration, this seems like a typo.
The text was updated successfully, but these errors were encountered:
Here is the definition in the XSD for the contact_type attribute of WhoisObj:WhoisContactType
<xs:attribute name="contact_type">
xs:annotation
xs:documentationThe contact_type field specifies what type of contact this is. Only values from WhoisObj:RegistrarContactTypeEnum can be used./xs:documentation
/xs:annotation
xs:simpleType
<xs:restriction base="WhoisObj:WhoisContactTypeEnum"/>
/xs:simpleType
/xs:attribute
I’m not sure why this was so complex – can’t you just add type=”WhoisObj:WhoisContactTypeEnum” to the attribute tag?
Also the documentation – says “values from WhoisObj:RegistrarContactTypeEnum”. Given the rest of the definition and the fact that there is no such enumeration, this seems like a typo.
The text was updated successfully, but these errors were encountered: