|
| Namespace |
http://www.tei-c.org/ns/1.0 |
|
Diagram
|
|
|
Properties
|
| content |
complex |
| mixed |
true |
|
|
Used by
|
|
| Model
|
|
| Children |
ns1:bibl, ns1:choice, ns1:cit, ns1:foreign, ns1:mentioned, ns1:pb, ns1:pc, ns1:persName, ns1:placeName, ns1:quote, ns1:ref, ns1:sic |
|
Instance
|
<ns1:seg n="" xmlns:ns1="http://www.tei-c.org/ns/1.0">
<ns1:bibl ana="" corresp="" subtype="" type="">{1,1}</ns1:bibl>
<ns1:choice>{1,1}</ns1:choice>
<ns1:cit ana="" source="">{1,1}</ns1:cit>
<ns1:foreign xml:lang="">{1,1}</ns1:foreign>
<ns1:mentioned xml:lang="">{1,1}</ns1:mentioned>
<ns1:pb n="">{1,1}</ns1:pb>
<ns1:pc resp="">{1,1}</ns1:pc>
<ns1:persName ana="" corresp="" key="" nymRef="">{1,1}</ns1:persName>
<ns1:placeName nymRef="">{1,1}</ns1:placeName>
<ns1:quote corresp="" type="">{1,1}</ns1:quote>
<ns1:sic>{1,1}</ns1:sic>
<ns1:ref cRef="">{1,1}</ns1:ref>
</ns1:seg>
|
|
|
Attributes
|
| QName |
Type |
Use |
|
| n |
xs:NMTOKEN |
required |
|
|
|
Source
|
<xs:element name="seg">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ns1:bibl"/>
<xs:element ref="ns1:choice"/>
<xs:element ref="ns1:cit"/>
<xs:element ref="ns1:foreign"/>
<xs:element ref="ns1:mentioned"/>
<xs:element ref="ns1:pb"/>
<xs:element ref="ns1:pc"/>
<xs:element ref="ns1:persName"/>
<xs:element ref="ns1:placeName"/>
<xs:element ref="ns1:quote"/>
<xs:element ref="ns1:sic"/>
<xs:element ref="ns1:ref"/>
</xs:choice>
<xs:attribute name="n" use="required" type="xs:NMTOKEN"/>
</xs:complexType>
</xs:element>
|
|
|
|