simpleType Event-project-description
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
element ProjectReferences/project-description
facets
minLength 1
maxLength 2048
annotation
documentation
<objectClass>Event</objectClass>
<definition>Description of a planned event.
            Any set of ASCII characters up to 2048.</definition>
source <xs:simpleType name="Event-project-description">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Event</objectClass>
     
<definition>Description of a planned event.
            Any set of ASCII characters up to 2048.
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="2048"/>
 
</xs:restriction>
</xs:simpleType>


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