Element type(long) without content
问题 My schema is: <xsd:element name="SetMonitor"> <xsd:complexType> <xsd:sequence> <xsd:element name="period" type="xsd:long" /> <xsd:element name="refreshrate" type="xsd:long" /> </xsd:sequence> </xsd:complexType> </xsd:element> And my xml will be: Case 1. <SetMonitor xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cb="http://schemas.cordys.com/1.0/coboc"> <period/> <refreshrate/> </SetMonitor> OR Case 2. <SetMonitor xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cb=