diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="DailyTimeType"> <xsd:annotation> <xsd:documentation> Represents a range of time during a day. Attributes: start: The time of day at which the range of time starts. end: The time of day at which the range of time ends. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="start" type="xsd:time" use="optional"/> <xsd:attribute name="end" type="xsd:time" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:time | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:time" use="optional"/> |
type | xsd:time | ||
properties |
|
||
source | <xsd:attribute name="end" type="xsd:time" use="optional"/> |