complexType AmenityGroup
diagram pscev_p52.png
type extension of xs:string
properties
base xs:string
used by
element AvailResponseAmenity/AmenityGroup
attributes
Name  Type  Use  Default  Fixed  annotation
AmenityGroupCodexs:stringrequired      
documentation
El tipo o categoria de la amenidad. Las amenities deberian ser mostradas
                            agrupadas segun este criterio.
                       
source <xs:complexType name="AmenityGroup">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="AmenityGroupCode" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>El tipo o categoria de la amenidad. Las amenities deberian ser mostradas
                            agrupadas segun este criterio.
                       
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AmenityGroup/@AmenityGroupCode
type xs:string
properties
isRef 0
use required
annotation
documentation
El tipo o categoria de la amenidad. Las amenities deberian ser mostradas
                            agrupadas segun este criterio.
                       
source <xs:attribute name="AmenityGroupCode" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>El tipo o categoria de la amenidad. Las amenities deberian ser mostradas
                            agrupadas segun este criterio.
                       
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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