DefaultGroup

default values (language, currency)

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Currency CurrencyCodeType optional
**************************************- Role : Default currency
to be used for the associated entity, unless otherwise specified in a child node
**************************************- Currency codes are validated against 3
letter codes only but should be compliant with the ISO 4217 list. This is more
open and provides a lighter schema. **************************************-
**************************************- Maintenance:
DF/2003-11-13: Comment copied from type definition
**************************************-
Language xs:language optional
The default language to be used for the associated entity, unless
otherwise specified in a child node

Used By

Complex Types BookingType, PersonType

Source

<xs:attributeGroup name="DefaultGroup">
  <xs:annotation>
    <xs:documentation>default values (language, currency)</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Language" type="xs:language" use="optional">
    <xs:annotation>
      <xs:documentation>The default language to be used for the associated entity, unless otherwise specified in a child node</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Currency" type="CurrencyCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>**************************************- Role : Default currency to be used for the associated entity, unless otherwise specified in a child node **************************************- Currency codes are validated against 3 letter codes only but should be compliant with the ISO 4217 list. This is more open and provides a lighter schema. **************************************-</xs:documentation>
      <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment copied from type definition **************************************-</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>