simpleType XmlGuidType
namespace http://basic.api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element deleteCalendarEntries/entry-guid
attributes XmlExistingWorkingDayExclusion/@guid XmlExistingRecurringExclusion/@guid
facets
Kind Value Annotation
maxLength 36
annotation
documentation
Definition of a unique ID.
source <xs:simpleType name="XmlGuidType">
 
<xs:annotation>
   
<xs:documentation>Definition of a unique ID.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="36"/>
 
</xs:restriction>
</xs:simpleType>


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