simpleType Link-ownership
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
elements LinkList/link-owner LinkLocation/link-ownership
facets
minLength 1
maxLength 256
annotation
documentation
<objectClass>Link</objectClass>
<definition>The name of the designated owner of the LINK
            Any set of ASCII characters up to 256.</definition>
source <xs:simpleType name="Link-ownership">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Link</objectClass>
     
<definition>The name of the designated owner of the LINK
            Any set of ASCII characters up to 256.
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="256"/>
 
</xs:restriction>
</xs:simpleType>


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