1212// This source code was auto-generated by xsd, Version=4.8.3928.0.
1313//
1414namespace CanOpenXSD_1_1 {
15- using System ;
1615 using System . Xml . Serialization ;
1716
1817
@@ -684,10 +683,6 @@ public partial class ProfileBody_CommunicationNetwork_CANopenApplicationLayersId
684683
685684 private vendorID vendorIDField ;
686685
687- private revisionNumber revisionNumberField ;
688-
689- private orderCode orderCodeField ;
690-
691686 private deviceFamily deviceFamilyField ;
692687
693688 private productID productIDField ;
@@ -711,34 +706,6 @@ public vendorID vendorID {
711706 }
712707 }
713708
714- /// <remarks/>
715- [ System . Xml . Serialization . XmlElementAttribute ( Namespace = "http://www.canopen.org/xml/1.1" ) ]
716- public revisionNumber revisionNumer
717- {
718- get
719- {
720- return this . revisionNumberField ;
721- }
722- set
723- {
724- this . revisionNumberField = value ;
725- }
726- }
727-
728- /// <remarks/>
729- [ System . Xml . Serialization . XmlElementAttribute ( Namespace = "http://www.canopen.org/xml/1.1" ) ]
730- public orderCode orderCode
731- {
732- get
733- {
734- return this . orderCodeField ;
735- }
736- set
737- {
738- this . orderCodeField = value ;
739- }
740- }
741-
742709 /// <remarks/>
743710 [ System . Xml . Serialization . XmlElementAttribute ( Namespace = "http://www.canopen.org/xml/1.1" ) ]
744711 public deviceFamily deviceFamily {
@@ -847,104 +814,6 @@ public string Value {
847814 }
848815 }
849816
850- /// <remarks/>
851- [ System . CodeDom . Compiler . GeneratedCodeAttribute ( "xsd" , "4.8.3928.0" ) ]
852- [ System . SerializableAttribute ( ) ]
853- [ System . Diagnostics . DebuggerStepThroughAttribute ( ) ]
854- [ System . ComponentModel . DesignerCategoryAttribute ( "code" ) ]
855- [ System . Xml . Serialization . XmlTypeAttribute ( AnonymousType = true , Namespace = "http://www.canopen.org/xml/1.1" ) ]
856- [ System . Xml . Serialization . XmlRootAttribute ( Namespace = "http://www.canopen.org/xml/1.1" , IsNullable = false ) ]
857- public partial class revisionNumber
858- {
859-
860- private bool readOnlyField ;
861-
862- private UInt32 valueField ;
863-
864- public revisionNumber ( )
865- {
866- this . readOnlyField = true ;
867- }
868-
869- /// <remarks/>
870- [ System . Xml . Serialization . XmlAttributeAttribute ( ) ]
871- [ System . ComponentModel . DefaultValueAttribute ( true ) ]
872- public bool readOnly
873- {
874- get
875- {
876- return this . readOnlyField ;
877- }
878- set
879- {
880- this . readOnlyField = value ;
881- }
882- }
883-
884- /// <remarks/>
885- [ System . Xml . Serialization . XmlTextAttribute ( ) ]
886- public UInt32 Value
887- {
888- get
889- {
890- return this . valueField ;
891- }
892- set
893- {
894- this . valueField = value ;
895- }
896- }
897- }
898-
899- /// <remarks/>
900- [ System . CodeDom . Compiler . GeneratedCodeAttribute ( "xsd" , "4.8.3928.0" ) ]
901- [ System . SerializableAttribute ( ) ]
902- [ System . Diagnostics . DebuggerStepThroughAttribute ( ) ]
903- [ System . ComponentModel . DesignerCategoryAttribute ( "code" ) ]
904- [ System . Xml . Serialization . XmlTypeAttribute ( AnonymousType = true , Namespace = "http://www.canopen.org/xml/1.1" ) ]
905- [ System . Xml . Serialization . XmlRootAttribute ( Namespace = "http://www.canopen.org/xml/1.1" , IsNullable = false ) ]
906- public partial class orderCode
907- {
908-
909- private bool readOnlyField ;
910-
911- private string valueField ;
912-
913- public orderCode ( )
914- {
915- this . readOnlyField = true ;
916- }
917-
918- /// <remarks/>
919- [ System . Xml . Serialization . XmlAttributeAttribute ( ) ]
920- [ System . ComponentModel . DefaultValueAttribute ( true ) ]
921- public bool readOnly
922- {
923- get
924- {
925- return this . readOnlyField ;
926- }
927- set
928- {
929- this . readOnlyField = value ;
930- }
931- }
932-
933- /// <remarks/>
934- [ System . Xml . Serialization . XmlTextAttribute ( ) ]
935- public string Value
936- {
937- get
938- {
939- return this . valueField ;
940- }
941- set
942- {
943- this . valueField = value ;
944- }
945- }
946- }
947-
948817 /// <remarks/>
949818 [ System . CodeDom . Compiler . GeneratedCodeAttribute ( "xsd" , "4.8.3928.0" ) ]
950819 [ System . SerializableAttribute ( ) ]
@@ -3437,10 +3306,6 @@ public partial class DeviceIdentity {
34373306
34383307 private vendorID vendorIDField ;
34393308
3440- private revisionNumber revisionNumberField ;
3441-
3442- private orderCode orderCodeField ;
3443-
34443309 private vendorText vendorTextField ;
34453310
34463311 private deviceFamily deviceFamilyField ;
@@ -3485,32 +3350,6 @@ public vendorID vendorID {
34853350 }
34863351 }
34873352
3488- /// <remarks/>
3489- public revisionNumber revisionNumber
3490- {
3491- get
3492- {
3493- return this . revisionNumberField ;
3494- }
3495- set
3496- {
3497- this . revisionNumberField = value ;
3498- }
3499- }
3500-
3501- /// <remarks/>
3502- public orderCode orderCode
3503- {
3504- get
3505- {
3506- return this . orderCodeField ;
3507- }
3508- set
3509- {
3510- this . orderCodeField = value ;
3511- }
3512- }
3513-
35143353 /// <remarks/>
35153354 public vendorText vendorText {
35163355 get {
0 commit comments