Namespace
http://infoml.org/infomlFile
Annotations
Used for a token that must have at least one character
in it.
Diagram
Type
restriction of xsd:token
Facets
Used by
Attributes
aType/@href , agentType/@customRole , dateWithRoleType/@role , extendedPointersType/@quality , extendedPointersType/@type , infomlFile/@title , infomlType/@encoding , nonnullTokenWithRoleType/@role , nonnullTokenWithSeparatorType/@preSeparator , pointType/@unit , pointType/@value , pointersType/@notes , rangeType/@begin , rangeType/@end , rangeType/@unit , richPointerType/@name , simpleRichTextWithAuthorType/@author , simpleRichTextWithSeparatorType/@preSeparator
Elements
agentType/prefix , contactInfoType/city , contactInfoType/country , contactInfoType/localAddress , contactInfoType/postalCode , contactInfoType/stateOrProvince , selectorsType/dvprTag , selectorsType/tag , selectorsType/userTag
Complex Types
nonnullTokenWithOwnerReplaceType , nonnullTokenWithOwnerType , nonnullTokenWithRoleType , nonnullTokenWithSeparatorType
Source
<xsd:simpleType name= "nonnullTokenType" >
<xsd:annotation >
<xsd:documentation > Used for a token that must have at least one character
in it. </xsd:documentation>
</xsd:annotation>
<xsd:restriction base= "xsd:token" >
<xsd:minLength value= "1" />
</xsd:restriction>
</xsd:simpleType>