diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:RuleEntryBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="DateRuleEntryType"> <xsd:annotation> <xsd:documentation> Specifies a date to be used by other Rule Entries. Attributes: refDate: the dateTime isToday: if 'true', the dateTime is today (at 00.00 hours). </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:RuleEntryBase"> <xsd:attribute name="refDate" type="xsd:dateTime"/> <xsd:attribute name="isToday" type="xsd:boolean"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:dateTime |
source | <xsd:attribute name="refDate" type="xsd:dateTime"/> |
type | xsd:boolean |
source | <xsd:attribute name="isToday" type="xsd:boolean"/> |