DSS で次のリクエスト構造を実現したいのですが、これを行うことができません。構造は
:<body>
<p:CreateReady xmlns:p="http://www.axisSculper.omg/xmlnv/BCC/">
<!--1 or more occurrences-->
<tns:Resistance xmlns:tns="http://www.axisSculper.omg/xmlnv/BCC/">
<!--Exactly 1 occurrence-->
<cct:ID xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:ID>
<!--0 or more occurrences-->
<cct:Description xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:Description>
<!--0 or more occurrences-->
<tns:ResCategory>
<!--Exactly 1 occurrence-->
<cct:ID xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:ID>
<!--Exactly 1 occurrence-->
<cct:CategorySourceID xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:CategorySourceID>
<!--0 or more occurrences-->
<cct:Description xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:Description>
<!--0 to 1 occurrence-->
<xs:ISO15926ReferenceURI xmlns:xs="http://www.axisSculper.omg/xmlnv/BCC/">?</xs:ISO15926ReferenceURI>
<!--0 or more occurrences-->
<tns:ResEntry>
<!--Exactly 1 occurrence-->
<cct:IDInChargeInSource xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:IDInChargeInSource>
<!--Exactly 1 occurrence-->
<cct:SourceID xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:SourceID>
<!--0 to 1 occurrence-->
<tns:ID>?</tns:ID>
<!--0 to 1 occurrence-->
<cct:SourceOwnerID xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:SourceOwnerID>
<!--0 to 1 occurrence-->
<cct:Tag xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:Tag>
<!--0 or more occurrences-->
<cct:Description xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:Description>
<!--0 to 1 occurrence-->
<xs:Inactive xmlns:xs="http://www.axisSculper.omg/xmlnv/BCC/">?</xs:Inactive>
<!--0 or more occurrences-->
<tns:ResProperty>
<!--Exactly 1 occurrence-->
<cct:ID xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:ID>
<!--0 to 1 occurrence-->
<cct:DataType xmlns:cct="http://www.axisSculper.omg/xmlnv/BCC/">?</cct:DataType>
</tns:ResProperty>
</tns:ResEntry>
</tns:ResCategory>
</tns:Resistance>
</p:CreateReady>
</body>
入力マッピングを試しましたが、上記の構造を実現できません。残りはすべて大丈夫です。私の要求としてこの構造が必要です。これについて私を助けてください。よろしくお願いします