|
Namespace |
http://infoml.org/infomlFile |
Diagram
|
|
Type |
agentType |
Properties
|
content:
|
complex |
maxOccurs:
|
unbounded |
|
Model |
((prefix* , first{0,1} , middle* , surname , suffix*) | (corporateName , corporateSuffix*)) , contactInfo* |
Children |
contactInfo, corporateName, corporateSuffix, first, middle, prefix, suffix, surname |
Instance
|
<author customRole="" role="">
<prefix>{0,unbounded}</prefix>
<first preSeparator="">{0,1}</first>
<middle preSeparator="">{0,unbounded}</middle>
<surname preSeparator="">{1,1}</surname>
<suffix preSeparator="">{0,unbounded}</suffix>
<contactInfo>{0,unbounded}</contactInfo>
</author> |
|
Attributes
|
|
Source
|
<xsd:element name="author" type="agentType" maxOccurs="unbounded"/> |
|
|
|