<xs:element name="content">
<xs:annotation>
<xs:documentation xml:lang="ja">1個のファイルに対応するカタログの要素</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="href" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="ja">ファイルの相対パス</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="file-type" type="ahp:fileType" use="required">
<xs:annotation>
<xs:documentation xml:lang="ja">ファイルのタイプ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="id" type="xs:ID" use="required">
<xs:annotation>
<xs:documentation xml:lang="ja">ファイルに一意につけられる識別値</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |