4

これは、xsd ツールを使用して C# のクラスを生成する xml スキーマです。

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:b2g="http://www.carina.hr/b2g/v1.0.0#" xmlns:xadesv141="http://uri.etsi.org/01903/v1.4.1#" xmlns:xades="http://uri.etsi.org/01903/v1.3.2#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.carina.hr/b2g/v1.0.0#" elementFormDefault="qualified">
   <xsd:import namespace="http://uri.etsi.org/01903/v1.4.1#" schemaLocation="http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd" />
   <xsd:import namespace="http://uri.etsi.org/01903/v1.3.2#" schemaLocation="http://uri.etsi.org/01903/v1.3.2/XAdES.xsd" />
   <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd" />
   <element name="B2GDocument" type="b2g:B2GDocumentType" />
   <complexType name="B2GDocumentType">
      <sequence>
         <element name="RequestHeader" type="b2g:RequestHeaderType" minOccurs="1" maxOccurs="1" />
         <element name="ResponseHeader" type="b2g:ResponseHeaderType" minOccurs="0" maxOccurs="1" />
         <element name="Content" type="b2g:ContentType" minOccurs="1" maxOccurs="1" />
         <xsd:element ref="ds:Signature" minOccurs="0" maxOccurs="1" />
      </sequence>
      <attribute name="version" type="string" fixed="1.0" />
   </complexType>
   <complexType name="RequestHeaderType">
      <annotation>
         <documentation>Header of the document.</documentation>
      </annotation>
      <sequence>
         <element name="AppId">
            <annotation>
               <documentation>Id of the target application.</documentation>
            </annotation>
            <simpleType>
               <restriction base="string">
                  <whiteSpace value="collapse" />
               </restriction>
            </simpleType>
         </element>
         <element name="TraderId">
            <annotation>
               <documentation>Id of the trader.</documentation>
            </annotation>
            <simpleType>
               <restriction base="string">
                  <xsd:maxLength value="17" />
                  <whiteSpace value="collapse" />
               </restriction>
            </simpleType>
         </element>
         <element name="TraderAppId">
            <annotation>
               <documentation>Id of the trader application.</documentation>
            </annotation>
            <simpleType>
               <restriction base="string">
                  <xsd:maxLength value="48" />
                  <whiteSpace value="collapse" />
               </restriction>
            </simpleType>
         </element>
         <element name="TraderMsgId" maxOccurs="1" minOccurs="0">
            <annotation>
               <documentation>Mime type of the document.
Currently:
text/xml application/pdf</documentation>
            </annotation>
            <simpleType>
               <restriction base="string" />
            </simpleType>
         </element>
         <element name="DocUuid" type="b2g:DocUuidType" maxOccurs="1" minOccurs="0" />
      </sequence>
      <xsd:attribute name="Id" type="xsd:ID" use="required" />
   </complexType>
   <complexType name="ContentType">
      <sequence>
         <element name="DocType" type="string" maxOccurs="1" minOccurs="1" />
         <element name="MimeType" type="string" maxOccurs="1" minOccurs="1" />
         <element name="Description" type="string" maxOccurs="1" minOccurs="0">
            <annotation>
               <documentation>Opcionalni opis dokumenta. Maksimalna duljina je 255 znakova.</documentation>
            </annotation>
         </element>
         <element name="Data" maxOccurs="1" minOccurs="1">
            <xsd:complexType mixed="true">
               <xsd:sequence minOccurs="0" maxOccurs="unbounded">
                  <xsd:any namespace="##any" processContents="lax" />
               </xsd:sequence>
               <xsd:attribute name="encoding" use="required">
                  <simpleType>
                     <restriction base="string">
                        <enumeration value="EMBEDDED" />
                        <enumeration value="BASE64" />
                     </restriction>
                  </simpleType>
               </xsd:attribute>
               <xsd:anyAttribute namespace="##any" />
            </xsd:complexType>
         </element>
      </sequence>
      <xsd:attribute name="Id" type="xsd:ID" use="required" />
   </complexType>
   <complexType name="ResponseHeaderType">
      <sequence>
         <element name="DocUuid" type="b2g:DocUuidType" />
         <element name="ReceiveTimestamp" type="dateTime" />
      </sequence>
      <xsd:attribute name="Id" type="xsd:ID" use="required" />
   </complexType>
   <xsd:simpleType name="DocUuidType">
      <xsd:restriction base="xsd:string">
         <xsd:length value="36" />
         <xsd:pattern value="[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" />
      </xsd:restriction>
   </xsd:simpleType>
</schema>

を使用してクラスを生成しようとすると

C:\test>xsd G2BDokument.xsd /Classes

次のメッセージが表示されます。

Microsoft (R) Xml Schemas/DataTypes support utility
[Microsoft (R) .NET Framework, Version 2.0.50727.3038]
Copyright (C) Microsoft Corporation. All rights reserved.
Schema validation warning: The 'http://www.w3.org/2000/09/xmldsig#:Signature' element is not declared. Line 20, position 11.

Warning: Schema could not be validated. Class generation may fail or may produce incorrect results.

Error: Error generating classes for schema 'G2BDokument'.
  - The element 'http://www.w3.org/2000/09/xmldsig#:Signature' is missing.

If you would like more help, please type "xsd /?".

何が間違っているのかわからないので、誰か助けてもらえますか?ありがとう!

4

4 に答える 4

9

このファイル「xmldsig-core-schema.xsd」がある場合は、これを試してください:

C:\test>xsd G2BDokument.xsd xmldsig-core-schema.xsd /クラス

ブラジル

于 2013-06-24T14:38:00.420 に答える
8

私は似たようなことをしたので、2 つのパラメーターを渡す必要があります。ファイルとhttp://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsdリファレンス。XSD.exe は 1 つの入力パラメータしか受け付けないため、.Xsd パスを渡す必要があります。

したがって、これを行う必要があります。

  1. xmldsig-core-schema.xsd スキーマをダウンロードします。
  2. これを実行します:

    "C:\Program Files\Microsoft SDKs\Windows\vXXXX\bin\xsd.exe" [フォルダーのパス]\your_file.xsd [フォルダーへのパス]\xmldsig-core-schema.xsd /c /n:mi_new_class_file_name /l:VB

新しいファイル「mi_new_class_file_name.vb」は、「C:\Program Files\Microsoft SDKs\Windows\vXXXX\bin」フォルダーにある可能性があります。

于 2015-02-20T07:20:11.837 に答える
0

ありがとうございました。

nologo と class の違いを教えてください

ex C:\test>xsd G2BDokument.xsd xmldsig-core-schema.xsd /クラス

C:\test>xsd G2BDokument.xsd xmldsig-core-schema.xsd /nologo 
于 2014-01-24T12:31:40.073 に答える
0

数日前に同様の問題がありました。私の場合、XML ファイルを作成していたクライアントに問題がありました。しばらくして、アプローチを単純化することにしました。これはベスト プラクティスではないかもしれませんが、最終的にはうまくいきました。

2 つの XSD があります。1 つは署名への参照を含み、もう 1 つは参照なしです。XML ファイルに署名するのはクライアントなので、彼に言及せずに XSD を渡しました。彼はクラスを作成し、次に XML を作成し、署名して私に送ってきました。次に、他の XSD (参照のあるもの) を使用して一貫性をチェックします。

物事はうまくいくようです。私が言ったように、それは最もきれいではありませんが、それは仕事をします。

于 2013-09-23T20:55:27.763 に答える