complexType ImageDescription
diagram pscev_p521.png
type extension of xs:string
properties
base xs:string
used by
element ImageLink/ImageDescription
attributes
Name  Type  Use  Default  Fixed  annotation
ImageDisplayTypePSCodeType      
documentation
Categoria de la Imagen: Exterior, Lobby, etc.
source <xs:complexType name="ImageDescription">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="ImageDisplayType" type="PSCodeType">
       
<xs:annotation>
         
<xs:documentation>Categoria de la Imagen: Exterior, Lobby, etc.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute ImageDescription/@ImageDisplayType
type PSCodeType
properties
isRef 0
facets
Kind Value annotation 
minLength 
annotation
documentation
Categoria de la Imagen: Exterior, Lobby, etc.
source <xs:attribute name="ImageDisplayType" type="PSCodeType">
 
<xs:annotation>
   
<xs:documentation>Categoria de la Imagen: Exterior, Lobby, etc.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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