element <idpublic>
Namespace:
Type:
anonymous (extension of xs:token)
Content:
simple, 1 attribute
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<idpublic
    scheme
 = 
xs:token
    >
   
Content: 
{ xs:token }
</idpublic>
May be included in elements (4):
Known Usage Locations
Annotation
Label
Public identifier
Description
Any name, character or indicator that characterizes an item of information and serves to identify it or recognize it as such using any search method. Established on the basis of a public standard.
Examples
example 1
<idpublic scheme="uri">…</idpublic>
example 2
<idpublic scheme="doi">…</idpublic>
Anonymous Type Detail
Type Derivation Tree
xs:token
  complexType (extension)
Derivation:
extension of xs:token
XML Source (w/o annotations (1); see within schema source)
<xs:element name="idpublic">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:token">
<xs:attributeGroup ref="scheme"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set