| Namespace |
http://www.tei-c.org/ns/1.0 |
|
Diagram
|
|
|
Properties
|
| content |
complex |
| mixed |
true |
|
|
Used by
|
|
| Model
|
|
| Children |
ns1:bibl, ns1:pc, ns1:quote |
|
Instance
|
<ns1:seg n="" xmlns:ns1="http://www.tei-c.org/ns/1.0">
<ns1:bibl>{1,1}</ns1:bibl>
<ns1:pc resp="">{1,1}</ns1:pc>
<ns1:quote>{1,1}</ns1:quote>
</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:pc"/>
<xs:element ref="ns1:quote"/>
</xs:choice>
<xs:attribute name="n" use="required" type="xs:NMTOKEN"/>
</xs:complexType>
</xs:element>
|
|