element <orgname>
Namespace:
Type:
anonymous complexType
Content:
mixed, 2 attributes, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<orgname
    authenticator
 = 
xs:NMTOKEN
    validationyear
 = 
xs:gYear
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</orgname>
May contain elements (10):
May be included in elements (8):
Known Usage Locations
Annotation
Label
Organization name
Description
An organization’s name.
Examples
example 1
<publisher id="">
    <orgname>SAAQ</orgname>
</publisher>
example 2
<author id="au1">
    <orgname>CSN</orgname>
    <email>…</email>
</author>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="orgname">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attributeGroup ref="authenticator"/>
<xs:attributeGroup ref="validationyear"/>
</xs:complexType>
</xs:element>

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