Namespace
http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
アーティクル要素
複数のビーズのチェーンから構成されます。
Diagram
Properties
Used by
Model
Children
ahp:bead
Instance
<ahp:thread ahp:author= "" ahp:create-date= "" ahp:creator= "" ahp:keyword= "" ahp:modify-date= "" ahp:subject= "" ahp:thread-id= "" ahp:title= "" xmlns:ahp= "http://www.antennahouse.com/names/PDF/AHPDFXML" >
<ahp:bead ahp:b= "" ahp:l= "" ahp:page-no= "" ahp:r= "" ahp:t= "" > {1,unbounded} </ahp:bead>
</ahp:thread>
Attributes
Source
<xs:element name= "thread" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Article Element It consists of a chain of multiple beads. </xs:documentation>
<xs:documentation xml:lang= "ja" > アーティクル要素 複数のビーズのチェーンから構成されます。 </xs:documentation>
</xs:annotation>
<xs:complexType >
<xs:sequence >
<xs:element ref= "ahp:bead" maxOccurs= "unbounded" />
</xs:sequence>
<xs:attribute name= "thread-id" type= "xs:ID" use= "required" >
<xs:annotation >
<xs:documentation xml:lang= "en" > A unique identifier given to a thread </xs:documentation>
<xs:documentation xml:lang= "ja" > threadに一意につけられる識別値 </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "title" type= "xs:string" use= "required" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Title </xs:documentation>
<xs:documentation xml:lang= "ja" > タイトル </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "author" type= "xs:string" use= "optional" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Author </xs:documentation>
<xs:documentation xml:lang= "ja" > 著者 </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "subject" type= "xs:string" use= "optional" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Subject </xs:documentation>
<xs:documentation xml:lang= "ja" > 主題 </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "keyword" type= "xs:string" use= "optional" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Keyword </xs:documentation>
<xs:documentation xml:lang= "ja" > キーワード </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "creator" type= "xs:string" use= "optional" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Creator </xs:documentation>
<xs:documentation xml:lang= "ja" > 作成者 </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "create-date" type= "xs:string" use= "optional" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Creation Date </xs:documentation>
<xs:documentation xml:lang= "ja" > 作成日 </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name= "modify-date" type= "xs:string" use= "optional" >
<xs:annotation >
<xs:documentation xml:lang= "en" > Renewed Date </xs:documentation>
<xs:documentation xml:lang= "ja" > 更新日 </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>