complexType NamedParameterMetadata
diagram bds_all_diagrams/bds_all_p258.png
namespace http://api.bds.tibco.com
children name type multiplicity enumLiteral
used by
element ViewSpecificationWithID/parameter
source <xs:complexType name="NamedParameterMetadata">
 
<xs:sequence>
   
<xs:element name="name" type="xs:string"/>
   
<xs:element name="type" type="AttributeTypeEnum">
     
<xs:annotation>
       
<xs:documentation>A member of AttributeTypeEnum, e.g. ATTR_TEXT or ATTR_INTEGER</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="multiplicity" type="ParameterValueMultiplicityEnum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Number of values required for the parameter (ONE, TWO or MANY).  If omitted, assume ONE.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="enumLiteral" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>If type=ATTR_ENUM, one or more enumLiteral elements will give the possible values</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NamedParameterMetadata/name
diagram bds_all_diagrams/bds_all_p259.png
type xs:string
properties
content simple
source <xs:element name="name" type="xs:string"/>

element NamedParameterMetadata/type
diagram bds_all_diagrams/bds_all_p260.png
type AttributeTypeEnum
properties
content simple
facets
Kind Value Annotation
enumeration ATTR_TEXT
enumeration ATTR_ID
enumeration ATTR_URI
enumeration ATTR_DATE
enumeration ATTR_TIME
enumeration ATTR_DATETIME
enumeration ATTR_DATETIMETZ
enumeration ATTR_DURATION
enumeration ATTR_INTEGER
enumeration ATTR_DECIMAL
enumeration ATTR_BOOLEAN
enumeration ATTR_ENUM
enumeration OBJECT
annotation
documentation
A member of AttributeTypeEnum, e.g. ATTR_TEXT or ATTR_INTEGER
source <xs:element name="type" type="AttributeTypeEnum">
 
<xs:annotation>
   
<xs:documentation>A member of AttributeTypeEnum, e.g. ATTR_TEXT or ATTR_INTEGER</xs:documentation>
 
</xs:annotation>
</xs:element>

element NamedParameterMetadata/multiplicity
diagram bds_all_diagrams/bds_all_p261.png
type ParameterValueMultiplicityEnum
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration ONE
enumeration TWO
enumeration MANY
annotation
documentation
Number of values required for the parameter (ONE, TWO or MANY).  If omitted, assume ONE.
source <xs:element name="multiplicity" type="ParameterValueMultiplicityEnum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Number of values required for the parameter (ONE, TWO or MANY).  If omitted, assume ONE.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NamedParameterMetadata/enumLiteral
diagram bds_all_diagrams/bds_all_p262.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
If type=ATTR_ENUM, one or more enumLiteral elements will give the possible values
source <xs:element name="enumLiteral" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>If type=ATTR_ENUM, one or more enumLiteral elements will give the possible values</xs:documentation>
 
</xs:annotation>
</xs:element>


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