element param
diagram girr_ns_p77.png
namespace http://www.w3.org/1999/xhtml
properties
content complex
used by
element object
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
name      
value      
valuetypederived by: xs:token  data    
typeContentType      
annotation
documentation

      param is used to supply a named property value.
      In XML it would seem natural to follow RDF and support an
      abbreviated syntax where the param elements are replaced
      by attribute value pairs on the object start tag.
     
source <xs:element name="param">
 
<xs:annotation>
   
<xs:documentation>
      param is used to supply a named property value.
      In XML it would seem natural to follow RDF and support an
      abbreviated syntax where the param elements are replaced
      by attribute value pairs on the object start tag.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="id" type="xs:ID"/>
   
<xs:attribute name="name"/>
   
<xs:attribute name="value"/>
   
<xs:attribute name="valuetype" default="data">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:enumeration value="data"/>
         
<xs:enumeration value="ref"/>
         
<xs:enumeration value="object"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="type" type="ContentType"/>
 
</xs:complexType>
</xs:element>

attribute param/@id
type xs:ID
properties
isRef 0
source <xs:attribute name="id" type="xs:ID"/>

attribute param/@name
properties
isRef 0
source <xs:attribute name="name"/>

attribute param/@value
properties
isRef 0
source <xs:attribute name="value"/>

attribute param/@valuetype
type restriction of xs:token
properties
isRef 0
default data
facets
Kind Value annotation 
enumeration data 
enumeration ref 
enumeration object 
source <xs:attribute name="valuetype" default="data">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="data"/>
     
<xs:enumeration value="ref"/>
     
<xs:enumeration value="object"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute param/@type
type ContentType
properties
isRef 0
source <xs:attribute name="type" type="ContentType"/>


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