-
Key: PLM-70
-
Legacy Issue Number: 8584
-
Status: closed
-
Source: Zentrum fuer Graphische Datenverarbeitung e.V. ( Steffen Nowacki)
-
Summary:
To define the semantics of the queries in the new high level
conformance point suggested in issue 7828 we need a new
construct for queries, which execution depends
on some conditions. Such condition could be:- if a boolean value is true
- if a boolean value is not true
- if a value is set
- if a value is not set
<xs:complexType name="Conditional_query">
<xs:complexContent>
<xs:extension base="Query">
<xs:sequence>
<xs:element name="Attribute_is_true" type="xs:boolean" minOccurs="0"/>
<xs:element name="Attribute_is_not_true" type="xs:boolean" minOccurs="0"/>
<xs:element name="Attribute_is_set" type="xs:string" minOccurs="0"/>
<xs:element name="Attribute_is_not_set" type="xs:string" minOccurs="0"/>
<xs:element name="Query" type="Query"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> -
Reported: PLM 1.0b1 — Wed, 16 Mar 2005 05:00 GMT
-
Disposition: Resolved — PLM 1.0
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 22:25 GMT