complexType "URIType"
Namespace:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
   
>
   
Content: 
{ xs:anyURI }
</...>
All Direct / Indirect Based Elements (1):
DataFileURI
Known Usage Locations
Annotation
A URN or URL for a file with a flag to indicate if it is a public copy.
Type Definition Detail
Type Derivation Tree
xs:anyURI (extension)
  URIType
Derivation:
extension of xs:anyURI
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="URIType">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute default="true" name="isPublic" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isPublic
Type:
xs:boolean, predefined
Use:
optional
Set to "true" (default value) if this file is publicly available. This does not imply that there are not restrictions to access. Set to "false" if this is not publicly available, such as a backup copy, an internal processing data file, etc.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isPublic" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set