Namespace: |
|
Type: |
anonymous complexType |
Content: |
mixed, 1 attribute, 10 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definition of 1 attribute |
Used: |
at 1 location |
| XML Representation Summary | |||||
| <suffix | |||||
| sufftype | = |
xs:NMTOKEN | |||
| > | |||||
|
|||||
| </suffix> | |||||
<persname>
<firstname>Harry</firstname>
<familyname>Connick</familyname>
<suffix>Jr.</suffix>
</persname>
<persname>
<firstname>Joe</firstname>
<familyname>Tremblay</familyname>
<suffix>Sr.</suffix>
<suffix>Ph.D.</suffix>
</persname>
| <xs:element name="suffix"> <xs:complexType mixed="true"> </xs:attribute> </xs:complexType> </xs:element> |
Type: |
xs:NMTOKEN, predefined |
Use: |
optional |
| <xs:attribute name="sufftype" type="xs:NMTOKEN"> </xs:attribute> |
| XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |