NAME

? - implement ?

SYNOPSIS

TODO

DESCRIPTION

...

XML Schema Definition

<!--
Status is a combination of attributes and an optional
human-readable message that may be expressed in languages other
than English.
-->
<complexType name="statusType">
 <simpleContent>
   <extension base="normalizedString">
     <attribute name="s" type="domain:statusValueType"
      use="required"/>
     <attribute name="lang" type="language"
      default="en"/>
   </extension>
 </simpleContent>
</complexType>

Attributes

lang

This attribute is of type 'PRANG::XMLSchema::language' and is not required.

status

This attribute is of type 'XML::EPP::Domain::statusValueType' and is not required.

Elements

value

This element is of type 'PRANG::XMLSchema::normalizedString' and is not required.

SEE ALSO

ToMake

AUTHOR AND LICENSE

Development commissioned by NZ Registry Services, and carried out by Catalyst IT - http://www.catalyst.net.nz/

Copyright 2009, 2010, NZ Registry Services. This module is licensed under the Artistic License v2.0, which permits relicensing under other Free Software licenses.