complexType XmlEntityReferenceDateRange
diagram dir_directoryservice_diagrams/dir_directoryservice_p66.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlEntityReference
properties
base XmlEntityReference
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
start-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's presence should begin.
end-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.
source <xs:complexType name="XmlEntityReferenceDateRange">
 
<xs:complexContent>
   
<xs:extension base="XmlEntityReference">
     
<xs:attribute name="start-date" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>The optional date and time on which the resource's presence should begin.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="end-date" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlEntityReferenceDateRange/@start-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's presence should begin.
source <xs:attribute name="start-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional date and time on which the resource's presence should begin.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlEntityReferenceDateRange/@end-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.
source <xs:attribute name="end-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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