complexType XmlLocale
diagram dac_wsdl_diagrams/dac_wsdl_p838.png
namespace http://basic.api.dac.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
lang-code  xs:string  required      
documentation
A valid ISO Language Code. These codes are the lower-case, two-letter codes as defined by ISO-639.
country-code  xs:string  required      
documentation
A valid ISO Country Code. These codes are the upper-case, two-letter codes as defined by ISO-3166.
annotation
documentation
A Locale object represents a specific geographical, political, or cultural region.
source <xs:complexType name="XmlLocale">
 
<xs:annotation>
   
<xs:documentation>A Locale object represents a specific geographical, political, or cultural region.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="lang-code" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>A valid ISO Language Code. These codes are the lower-case, two-letter codes as defined by ISO-639.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="country-code" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>A valid ISO Country Code. These codes are the upper-case, two-letter codes as defined by ISO-3166.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLocale/@lang-code
type xs:string
properties
use required
annotation
documentation
A valid ISO Language Code. These codes are the lower-case, two-letter codes as defined by ISO-639.
source <xs:attribute name="lang-code" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>A valid ISO Language Code. These codes are the lower-case, two-letter codes as defined by ISO-639.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLocale/@country-code
type xs:string
properties
use required
annotation
documentation
A valid ISO Country Code. These codes are the upper-case, two-letter codes as defined by ISO-3166.
source <xs:attribute name="country-code" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>A valid ISO Country Code. These codes are the upper-case, two-letter codes as defined by ISO-3166.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy