element <path> (local)
Namespace:
Type:
anonymous simpleType (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<path>
   
Content: 
{ xs:string }
</path>
Simple Content Detail:
MaxLength:
1000

Included in content model of elements (4):
Annotation
If element is a subGroup element, this is the comma-separated list of subGroup parent hrefIds starting at the root up to and including this subGroup node hrefId. e.g. if this subGroup is grandChildA, then the path for this might be "parentA,childA,grandChildA"
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
maxLength:
1000
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="path">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set