complexType XmlEntityAssignmentDated
diagram deservices_wsdl_diagrams/deservices_wsdl_p2514.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
start-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's membership to this entity starts.
end-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's membership to this entity ends.
source <xs:complexType name="XmlEntityAssignmentDated">
 
<xs:complexContent>
   
<xs:extension base="XmlModelEntity">
     
<xs:annotation>
       
<xs:documentation>Identifies an Organizational Model Entity to which a Resource is associated.
                   The association can be restricted by a date range, that specifies when the association is valid.
</xs:documentation>
     
</xs:annotation>
     
<xs:attribute name="start-date" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>The optional date and time on which the resource's membership to this entity starts.</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 membership to this entity ends.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlEntityAssignmentDated/@start-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's membership to this entity starts.
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 membership to this entity starts.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlEntityAssignmentDated/@end-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's membership to this entity ends.
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 membership to this entity ends.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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