complexType DailyTimeType
diagram plmxml_diagrams/plmxml_p1506.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element DailyTime
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
start  xsd:time  optional      
end  xsd:time  optional      
annotation
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.
     
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>

attribute DailyTimeType/@start
type xsd:time
properties
use optional
source <xsd:attribute name="start" type="xsd:time" use="optional"/>

attribute DailyTimeType/@end
type xsd:time
properties
use optional
source <xsd:attribute name="end" type="xsd:time" use="optional"/>


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