complexType AmenityTransportationMeans
diagram pscev_p61.png
type extension of xs:string
properties
base xs:string
used by
element AmenityTransferDuration/TransportationMeans
attributes
Name  Type  Use  Default  Fixed  annotation
TransportationMeansTypePSCodeType      
documentation
Puede ser tipo caminando, en auto, tren, etc.
source <xs:complexType name="AmenityTransportationMeans">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="TransportationMeansType" type="PSCodeType">
       
<xs:annotation>
         
<xs:documentation>Puede ser tipo caminando, en auto, tren, etc.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AmenityTransportationMeans/@TransportationMeansType
type PSCodeType
properties
isRef 0
facets
Kind Value annotation 
minLength 
annotation
documentation
Puede ser tipo caminando, en auto, tren, etc.
source <xs:attribute name="TransportationMeansType" type="PSCodeType">
 
<xs:annotation>
   
<xs:documentation>Puede ser tipo caminando, en auto, tren, etc.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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